@charset "UTF-8";
.sp-container {
position:absolute;
top:0;
left:0;
display:inline-block;
*display: inline;
*zoom: 1; z-index: 9999994;
overflow: hidden;
}
.sp-container.sp-flat {
position: relative;
} .sp-container,
.sp-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .sp-top {
position:relative;
width: 100%;
display:inline-block;
}
.sp-top-inner {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.sp-color {
position: absolute;
top:0;
left:0;
bottom:0;
right:20%;
}
.sp-hue {
position: absolute;
top:0;
right:0;
bottom:0;
left:84%;
height: 100%;
}
.sp-clear-enabled .sp-hue {
top:33px;
height: 77.5%;
}
.sp-fill {
padding-top: 80%;
}
.sp-sat, .sp-val {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.sp-alpha-enabled .sp-top {
margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
display: block;
}
.sp-alpha-handle {
position:absolute;
top:-4px;
bottom: -4px;
width: 6px;
left: 50%;
cursor: pointer;
border: 1px solid black;
background: white;
opacity: .8;
}
.sp-alpha {
display: none;
position: absolute;
bottom: -14px;
right: 0;
left: 0;
height: 8px;
}
.sp-alpha-inner {
border: solid 1px #333;
}
.sp-clear {
display: none;
}
.sp-clear.sp-clear-display {
background-position: center;
}
.sp-clear-enabled .sp-clear {
display: block;
position:absolute;
top:0px;
right:0;
bottom:0;
left:84%;
height: 28px;
} .sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
-webkit-user-select:none;
-moz-user-select: -moz-none;
-o-user-select:none;
user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
display: none;
}
.sp-palette-only .sp-picker-container {
display: none;
}
.sp-palette-disabled .sp-palette-container {
display: none;
}
.sp-initial-disabled .sp-initial {
display: none;
} .sp-sat {
background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
} .sp-1 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
display: none !important;
} .sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; } @media (max-device-width: 480px) {
.sp-color { right: 40%; }
.sp-hue { left: 63%; }
.sp-fill { padding-top: 60%; }
}
.sp-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid #fff;
background: #000;
cursor: pointer;
position:absolute;
top:0;
left: 0;
}
.sp-slider {
position: absolute;
top:0;
cursor:pointer;
height: 3px;
left: -1px;
right: -1px;
border: 1px solid #000;
background: white;
opacity: .8;
} .sp-container {
border-radius: 0;
background-color: #ECECEC;
border: solid 1px #f0c49B;
padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sp-top {
margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
border: solid 1px #666;
} .sp-input-container {
float:right;
width: 100px;
margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
width: 100%;
}
.sp-input {
font-size: 12px !important;
border: 1px inset;
padding: 4px 5px;
margin: 0;
width: 100%;
background:transparent;
border-radius: 3px;
color: #222;
}
.sp-input:focus  {
border: 1px solid orange;
}
.sp-input.sp-validation-error {
border: 1px solid red;
background: #fdd;
}
.sp-picker-container , .sp-palette-container {
float:left;
position: relative;
padding: 10px;
padding-bottom: 300px;
margin-bottom: -290px;
}
.sp-picker-container {
width: 172px;
border-left: solid 1px #fff;
} .sp-palette-container {
border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
border: 0;
}
.sp-palette .sp-thumb-el {
display: block;
position:relative;
float:left;
width: 24px;
height: 15px;
margin: 3px;
cursor: pointer;
border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
border-color: orange;
}
.sp-thumb-el {
position:relative;
} .sp-initial {
float: left;
border: solid 1px #333;
}
.sp-initial span {
width: 30px;
height: 25px;
border:none;
display:block;
float:left;
margin:0;
}
.sp-initial .sp-clear-display {
background-position: center;
} .sp-palette-button-container,
.sp-button-container {
float: right;
} .sp-replacer {
margin:0;
overflow:hidden;
cursor:pointer;
padding: 4px;
display:inline-block;
*zoom: 1;
*display: inline;
border: solid 1px #91765d;
background: #eee;
color: #333;
vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
border-color: #F0C49B;
color: #111;
}
.sp-replacer.sp-disabled {
cursor:default;
border-color: silver;
color: silver;
}
.sp-dd {
padding: 2px 0;
height: 16px;
line-height: 16px;
float:left;
font-size:10px;
}
.sp-preview {
position:relative;
width:25px;
height: 20px;
border: solid 1px #222;
margin-right: 5px;
float:left;
z-index: 0;
}
.sp-palette {
*width: 220px;
max-width: 220px;
}
.sp-palette .sp-thumb-el {
width:16px;
height: 16px;
margin:2px 1px;
border: solid 1px #d0d0d0;
}
.sp-container {
padding-bottom:0;
} .sp-container button {
background-color: #eeeeee;
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
border: 1px solid #ccc;
border-bottom: 1px solid #bbb;
border-radius: 3px;
color: #333;
font-size: 14px;
line-height: 1;
padding: 5px 4px;
text-align: center;
text-shadow: 0 1px 0 #eee;
vertical-align: middle;
}
.sp-container button:hover {
background-color: #dddddd;
background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
border: 1px solid #bbb;
border-bottom: 1px solid #999;
cursor: pointer;
text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
border: 1px solid #aaa;
border-bottom: 1px solid #888;
-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
font-size: 11px;
color: #d93f3f !important;
margin:0;
padding:2px;
margin-right: 5px;
vertical-align: middle;
text-decoration:none;
}
.sp-cancel:hover {
color: #d93f3f !important;
text-decoration: underline;
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
border-color: #000;
}
.sp-preview, .sp-alpha, .sp-thumb-el {
position:relative;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
display:block;
position:absolute;
top:0;left:0;bottom:0;right:0;
}
.sp-palette .sp-thumb-inner {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
background-repeat:no-repeat;
background-position: center;
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}.TapInfluence-Admin {
margin-bottom: 20px;
}
.TapInfluence-Admin h1,
.TapInfluence-Admin h2,
.TapInfluence-Admin h3,
.TapInfluence-Admin h4,
.TapInfluence-Admin h5,
.TapInfluence-Admin h6 {
margin-top: 5px !important;
}
.TapInfluence-Admin img {
padding-bottom: 20px;
}
.TapInfluence-Admin p {
margin-bottom: 20px;
}
.TapInfluence-Admin ul {
padding-left: 0px !important;
margin-left: 0px !important;
margin-bottom: 20px !important;
}
.TapInfluence-Admin ol {
margin-bottom: 20px;
}
.TapInfluence-Admin ul li {
list-style-type: none !important;
}
.TapInfluence-Admin ul li ul {
display: inline !important;
}
.TapInfluence-Admin ul li ul li {
display: inline !important;
}
.TapInfluence-Admin ol li {
list-style-type: square !important;
}
.fa-check {
color: #00ff00;
}	
.fa-times {
color: #ff0000;
}
.Inline { display: inline-block; width: 100% !important; }
.Inline li {
list-style-type: none;
padding: 10px;
display: inline;
}
.Centre {
text-align: center !important;
}
.Form-Border-Bottom {
padding-bottom: 20px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
} .TapInfluence-Admins-Admin {
width: 96%;
margin: 0 auto;
}
.TapInfluence-Admins-Admin iframe { padding: 0px; }
.TI-Admin-Container {
background: #3193c4;
border: 1px solid #cccccc;
}
.TI-Admin-Heading {
background: #0278ae;
}
.TI-Title {
padding: 20px;
text-transform: uppercase;
float: left;
margin-bottom: 0px;
}
.TI-Title h1 { color: #ffffff; font-weight: bold; }
.TI-Contact-Us {
padding: 20px;
float: right;
margin-bottom: 0px;	
padding-top: 25px;
}
.TI-Admin-Tools {
background: #4ea5d1;
padding-top: 10px;
padding-bottom: 10px;
}
.TI-Left-Menu {
background: #3193c4;
outline: 1px solid #cccccc;
width: 25%;
float: left;
}
.TI-Left-Menu ul { margin: 0px !important; padding: 0px; }
.TI-Left-Menu li {
border-bottom: 1px solid #cccccc;
line-height: 40px;
margin-bottom: 0px;
padding-left: 15px;
}
.TI-Left-Menu li:last-child { border-bottom: 0px; }
.TI-Left-Menu a {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.TI-Left-Menu a:hover {
color: #107fb4;
}
.TI-Main {
background: #ffffff;
outline: 1px solid #cccccc;
width: 70%;
float: left;
padding: 2.5%;
min-height: 300px;
}
.TI-Submit-Buttons {
width: 96%;
padding: 20px;
margin: 0 auto;
}
.TI-Setting {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #cccccc;
}
.Full-Width-Input { width: 100%; }
.Clear-Both { clear: both; }	
.Float-Left { float: left; }
.Float-Right { float: right; } .font-select {
font-size: 16px;
width: 210px;
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
}
.font-select .fs-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
top: 29px;
left: 0;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
-moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
-o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
box-shadow        : 0 4px 5px rgba(0,0,0,.15);
z-index: 999;
}
.font-select > a {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
-webkit-border-radius: 4px;
-moz-border-radius   : 4px;
border-radius        : 4px;
-moz-background-clip   : padding;
-webkit-background-clip: padding-box;
background-clip        : padding-box;
border: 1px solid #aaa;
display: block;
overflow: hidden;
white-space: nowrap;
position: relative;
height: 26px;
line-height: 26px;
padding: 0 0 0 8px;
color: #444;
text-decoration: none;
}
.font-select > a span {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
line-height: 1.8;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
cursor: pointer;
}
.font-select > a div {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius   : 0 4px 4px 0;
border-radius        : 0 4px 4px 0;
-moz-background-clip   : padding;
-webkit-background-clip: padding-box;
background-clip        : padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
border-left: 1px solid #aaa;
position: absolute;
right: 0;
top: 0;
display: block;
height: 100%;
width: 18px;
}
.font-select > a div b {
background: url(//frostedpetticoatblog.com/wp-content/plugins/TapInfluence/fs-sprite.png) no-repeat 0 1px;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}
.font-select .fs-drop {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius   : 0 0 4px 4px;
border-radius        : 0 0 4px 4px;
-moz-background-clip   : padding;
-webkit-background-clip: padding-box;
background-clip        : padding-box;
}
.font-select .fs-results {
margin: 0 4px 4px 0;
max-height: 190px;
width: 200px;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
.font-select .fs-results li {
line-height: 80%;
padding: 7px 7px 8px;
margin: 0;
list-style: none;
font-size: 18px;
}
.font-select .fs-results li.active {
background: #3875d7;
color: #fff;
cursor: pointer;
}
.font-select .fs-results li em {
background: #feffde;
font-style: normal;
}
.font-select .fs-results li.active em {
background: transparent;
}
.font-select-active > a {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
-o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
box-shadow        : 0 0 5px rgba(0,0,0,.3);
border: 1px solid #5897fb;
}
.font-select-active > a {
border: 1px solid #aaa;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow   : 0 1px 0 #fff inset;
-o-box-shadow     : 0 1px 0 #fff inset;
box-shadow        : 0 1px 0 #fff inset;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
-webkit-border-bottom-left-radius : 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft : 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius : 0;
border-bottom-right-radius: 0;
}
.font-select-active > a div {
background: transparent;
border-left: none;
}
.font-select-active > a div b {
background-position: -18px 1px;
}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:28px;box-shadow:none;cursor:pointer;display:inline-block;font-size:18px;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{color:#32373c;background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:8px}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:8px}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#007cba;color:var(--wp-admin-theme-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 38px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type^=core-embed],.wp-block[data-align=right]>[data-type^=core-embed]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 16px)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 38px}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 20px 20px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 20px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 20px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 20px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 20px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 20px)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.wp-block-media-text{ direction:ltr; display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),.wp-block-navigation .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color){color:#fff}.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container{background-color:#1e1e1e}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:1;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:8px}@media (min-width:782px){.has-child .wp-block-navigation__container{left:24px}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:8px;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{text-decoration:none;padding:8px 16px}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:6px 16px}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 38px}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap;line-height:1.5}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:16px}.wp-block-post-author__bio{margin-bottom:8px;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .editor-styles-wrapper .has-pale-pink-background-color,:root .has-pale-pink-background-color{background-color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-background-color,:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-background-color,:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-background-color,:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .editor-styles-wrapper .has-white-background-color,:root .has-white-background-color{background-color:#fff}:root .editor-styles-wrapper .has-very-light-gray-background-color,:root .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-background-color,:root .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-black-background-color,:root .has-black-background-color{background-color:#000}:root .editor-styles-wrapper .has-pale-pink-color,:root .has-pale-pink-color{color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-color,:root .has-vivid-red-color{color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-color,:root .has-luminous-vivid-orange-color{color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-color,:root .has-luminous-vivid-amber-color{color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-color,:root .has-light-green-cyan-color{color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-color,:root .has-vivid-green-cyan-color{color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-color,:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-color,:root .has-vivid-cyan-blue-color{color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-color,:root .has-vivid-purple-color{color:#9b51e0}:root .editor-styles-wrapper .has-white-color,:root .has-white-color{color:#fff}:root .editor-styles-wrapper .has-very-light-gray-color,:root .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-color,:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-color,:root .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-black-color,:root .has-black-color{color:#000}:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .editor-styles-wrapper .has-purple-crush-gradient-background,:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-pale-ocean-gradient-background,:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .editor-styles-wrapper .has-electric-grass-gradient-background,:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background,:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background,:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background,:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background,:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .editor-styles-wrapper .has-link-color a,:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:13px}.editor-styles-wrapper .has-normal-font-size,.editor-styles-wrapper .has-regular-font-size,.has-normal-font-size,.has-regular-font-size{font-size:16px}.editor-styles-wrapper .has-medium-font-size,.has-medium-font-size{font-size:20px}.editor-styles-wrapper .has-large-font-size,.has-large-font-size{font-size:36px}.editor-styles-wrapper .has-huge-font-size,.editor-styles-wrapper .has-larger-font-size,.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}img{max-width:100%;height:auto}.blossomthemes-email-newsletter-wrapper{padding:0}.blossomthemes-email-newsletter-wrapper.bg-img{background-size:cover!important;position:relative}.blossomthemes-email-newsletter-wrapper.bg-img.has-overlay:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);content:''}.blossomthemes-email-newsletter-wrapper.bg-img.no-overlay:before{background:transparent}.bten-popup-text-wraper.has-overlay{position:relative}.bten-popup-text-wraper.has-overlay:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);content:''}.blossomthemes-email-newsletter-wrapper .img-holder{width:40%}.blossomthemes-email-newsletter-wrapper .img-holder img{height:100%;vertical-align:top;width:100%;object-fit:cover}.blossomthemes-email-newsletter-wrapper .bten-popup-text-wraper{width:60%;flex:initial;padding:30px}.blossomthemes-email-newsletter-wrapper .text-holder{margin:0 0 20px;position:relative;z-index:1}.blossomthemes-email-newsletter-wrapper form{position:relative;z-index:1}.blossomthemes-email-newsletter-wrapper form input[type="text"]{margin:10px 0 0 0}.blossomthemes-email-newsletter-wrapper form label .check-mark{margin-right:10px;width:14px;height:14px;border-radius:2px;border:1px solid #DCDFE6;margin-top:3px;position:relative}.blossomthemes-email-newsletter-wrapper form label .check-mark:before{position:absolute;top:50%;left:50%;width:8px;height:12px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 448 512'%3E%3Cpath d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") center center no-repeat;content:'';display:none}.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark:before{display:block}.blossomthemes-email-newsletter-wrapper form label .text{flex-basis:0%;flex-grow:1}.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap{display:flex;flex-wrap:wrap;align-items:flex-start}.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"]{display:none}.blossomthemes-email-newsletter-wrapper form input[type="submit"]{display:block;width:100%;text-align:center;margin-top:10px}.blossom-newsletter-popup-active{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:999999;opacity:0;visibility:hidden;-webkit-transition:all ease 0.35s;-moz-transition:all ease 0.35s;transition:all ease 0.35s}.blossom-newsletter-popup-active.popup-open{opacity:1;visibility:visible}.blossom-newsletter-popup-active .blossomthemes-email-newsletter-wrapper{max-width:670px;padding:0;box-sizing:border-box;position:relative;display:flex;flex-wrap:wrap;width:calc(100% - 35px)}.blossom-newsletter-popup-active .blossomthemes-email-newsletter-wrapper .bten-del-icon{position:absolute;top:-15px;right:-15px;background:#000;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff!important;z-index:2}.blossomthemes-email-newsletter-wrapper{position:relative}.blossomthemes-email-newsletter-wrapper .bten-response{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);color:green!important;display:none;z-index:2}.blossomthemes-email-newsletter-wrapper .bten-response span{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.blossomthemes-email-newsletter-wrapper form>label{margin-top:10px;display:block}@media screen and (max-width:767px){.blossomthemes-email-newsletter-wrapper .bten-popup-text-wraper{padding-left:15px;padding-right:15px}.blossomthemes-email-newsletter-wrapper .bten-popup-text-wraper form input[type="submit"]{padding-left:10px;padding-right:10px}}.popup-gallery:not(.photos-1) {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.popup-gallery.photos-2 li {
width: 50%;
}
.popup-gallery.photos-3 li {
width: 33.33%;
}
.popup-gallery.photos-4 li {
width: 25%;
}
.popup-gallery.photos-5 li {
width: 20%;
}
.popup-gallery.photos-6 li {
width: 16.66%;
}
.popup-gallery.photos-7 li {
width: 14.25%;
}
.popup-gallery.photos-8 li {
width: 12.5%;
}
.popup-gallery.photos-9 li {
width: 11.11%;
}
.popup-gallery.photos-10 li {
width: 10%;
}
.popup-gallery:not(.photos-1) ul li img {
vertical-align: top;
}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.widget_bttk_author_bio .image-holder img,.widget_raratheme_featured_widget .img-holder img,.widget_raratheme_image_widget .image-holder img,.widget_raratheme_popular_post ul li .post-thumbnail img,.widget_raratheme_recent_post ul li .post-thumbnail img{vertical-align:top}.widget-area ul,ul.accordion{list-style:none}.widget_bttk_author_bio{text-align:center}.widget_bttk_author_bio .image-holder{margin:0 0 30px}.widget_bttk_author_bio .title-holder{font-size:28px;line-height:32px;margin:0 0 20px}.widget_bttk_author_bio .text-signature{font-family:'Dancing Script',cursive;font-size:30px;color:#000;font-style:italic;line-height:1.3;margin-bottom:10px}.widget_bttk_author_bio .signature-holder{margin-bottom:10px}.widget_bttk_author_bio .readmore{display:inline-block;padding:10px 30px;background:#ccc;margin:0 0 30px}.widget_bttk_author_bio .author-socicons{margin:0;padding:0;list-style:none}.widget_bttk_author_bio .author-socicons li{display:inline-block;margin:0 3px}.widget_bttk_custom_categories ul li{background-size:cover;width:100%;height:100%;position:relative}.widget_bttk_custom_categories ul li:after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);content:''}.widget_bttk_custom_categories ul li a{display:block;width:100%;height:100%;color:#fff;overflow:hidden;position:relative;z-index:1}.widget_bttk_custom_categories ul li .cat-title{float:left;font-size:14px;text-transform:uppercase}.widget_bttk_custom_categories ul li .post-count{float:right;font-size:13px;width:99px;height:48px;background:#111;text-align:center;line-height:48px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_bttk_custom_categories ul li a:hover .post-count,.widget_bttk_custom_categories ul li a:hover:focus .post-count{width:124px}.widget_bttk_popular_post ul li,.widget_bttk_pro_recent_post ul li{overflow:hidden}.widget_bttk_popular_post ul li .post-thumbnail,.widget_bttk_pro_recent_post ul li .post-thumbnail{float:left;width:80px;height:80px;margin-right:20px}.widget_bttk_popular_post ul li .post-thumbnail img,.widget_bttk_pro_recent_post ul li .post-thumbnail img{vertical-align:top;width:100%;height:100%;object-fit:cover}.widget_bttk_popular_post ul li .entry-header,.widget_bttk_pro_recent_post ul li .entry-header{overflow:hidden}.widget_bttk_popular_post ul li .entry-header .entry-title,.widget_bttk_pro_recent_post ul li .entry-header .entry-title{font-size:18px;line-height:26px;margin:0}.widget_bttk_popular_post ul li .entry-header .entry-meta,.widget_bttk_pro_recent_post ul li .entry-header .entry-meta{font-size:14px;line-height:21px}.widget_bttk_popular_post .style-two li .post-thumbnail,.widget_bttk_pro_recent_post .style-two li .post-thumbnail{width:100%;margin-right:0;margin-bottom:20px;height:190px}.widget_bttk_popular_post .style-two li .entry-header,.widget_bttk_pro_recent_post .style-two li .entry-header{width:100%;text-align:center;padding:0 15px}.widget_bttk_popular_post .style-three li .post-thumbnail,.widget_bttk_pro_recent_post .style-three li .post-thumbnail{height:190px;margin:0 0 -40px;width:100%}.widget_bttk_popular_post .style-three li .entry-header,.widget_bttk_pro_recent_post .style-three li .entry-header{background:#fff;margin:0 auto;max-width:92%;padding:13px 15px 0;position:relative;text-align:center;width:100%}.widget_bttk_popular_post ul li .entry-header .cat-links,.widget_bttk_pro_recent_post ul li .entry-header .cat-links{display:none}.widget_bttk_popular_post .style-three li .entry-header .cat-links,.widget_bttk_popular_post .style-two li .entry-header .cat-links,.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links,.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links{display:block;font-size:14px;font-weight:500}.widget_bttk_popular_post .style-three li .entry-header .cat-links a,.widget_bttk_popular_post .style-two li .entry-header .cat-links a,.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a,.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a{margin:0 3px}.widget_bttk_social_links ul{margin:0 -2px;overflow:hidden}.widget_bttk_social_links ul li{float:left;padding:0 2px;margin:0 0 4px}.widget_bttk_social_links ul li a{display:block;width:63px;height:63px;background:#111;color:#fff;text-align:center;line-height:63px}.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*=owl-]{margin:0;width:40px;height:40px;font-size:0;background:rgba(0,0,0,.75);border-radius:0;position:absolute;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:after,.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:after{background-repeat:no-repeat;width:10px;height:20px;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);content:''}.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev{top:75px;left:0}.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');top:50%;left:50%;transform:translate(-50%,-50%)}.widget_bttk_posts_category_slider_widget .owl-next{top:75px;right:0}.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:after{background-image:url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');top:50%;left:50%;transform:translate(-50%,-50%)}.widget_bttk_posts_category_slider_widget .post-thumbnail{display:block;margin-bottom:15px}.widget_bttk_posts_category_slider_widget .carousel-title{text-align:center}.widget_bttk_posts_category_slider_widget .carousel-title .cat-links{display:block;font-size:14px;font-weight:500}.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a{margin:0 3px}.widget_bttk_posts_category_slider_widget .carousel-title .title{font-size:18px;line-height:26px;font-weight:400}.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span{margin:0 3px;background:#eee}.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span{background:#111}.widget_bttk_image_text_widget ul li{position:relative}.widget_bttk_image_text_widget ul li .btn-readmore{position:absolute;width:70%;text-align:center;top:50%;left:50%;color:#fff;background:#111;text-transform:uppercase;letter-spacing:1px;padding:12px 29px 9px 32px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.widget-area ul{margin:0;padding:0}.widget-area ul li{margin:0 0 20px}.widget_raratheme_companion_cta_widget .widget-content{position:relative}.widget_raratheme_companion_cta_widget .widget-content.bg-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.widget_raratheme_companion_cta_widget .widget-content .text-holder{position:relative;z-index:1;color:#fff;text-align:center;padding:30px 15px}.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta{display:inline-block;margin:0 3px;background:#f7f7f7;color:#555;border-radius:3px;padding:5px 15px;text-decoration:none;font-size:15px;border:1px solid #ccc;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta:focus,.widget_raratheme_companion_cta_widget .widget-content .text-holder .btn-cta:hover{text-decoration:none;background:0 0;color:#fff}.widget_raratheme_featured_widget .text-holder .readmore,.widget_raratheme_image_widget .readmore{color:#555;padding:5px 15px;-webkit-transition:linear .2s;-moz-transition:linear .2s;text-decoration:none}.widget_raratheme_featured_widget .img-holder{margin-bottom:30px}.widget_raratheme_featured_widget .img-holder a{display:block}.widget_raratheme_featured_widget .text-holder .readmore{display:inline-block;background:#f7f7f7;border-radius:3px;font-size:15px;border:1px solid #ccc;transition:linear .2s}.widget_raratheme_featured_widget .text-holder .readmore:focus,.widget_raratheme_featured_widget .text-holder .readmore:hover{background:0 0;text-decoration:none}.widget_raratheme_icon_text_widget .icon-holder{font-size:30px;margin:0 0 15px}.widget_raratheme_image_widget .image-holder{margin:0 0 20px}.widget_raratheme_image_widget .image-holder a{display:block}.widget_raratheme_image_widget .readmore{display:inline-block;background:#f7f7f7;border-radius:3px;font-size:15px;border:1px solid #ccc;transition:linear .2s}.widget_raratheme_image_widget .readmore:focus,.widget_raratheme_image_widget .readmore:hover{background:0 0;text-decoration:none}.widget_raratheme_popular_post ul li,.widget_raratheme_recent_post ul li{overflow:hidden}.widget_raratheme_popular_post ul li .post-thumbnail,.widget_raratheme_recent_post ul li .post-thumbnail{float:left;width:68px;margin-right:15px}.widget_raratheme_popular_post ul li .entry-header,.widget_raratheme_recent_post ul li .entry-header{overflow:hidden}.widget_raratheme_popular_post ul li .entry-header .entry-title,.widget_raratheme_recent_post ul li .entry-header .entry-title{margin:0 0 5px;font-size:15px;line-height:18px}.widget_raratheme_popular_post ul li .entry-header .entry-title a,.widget_raratheme_recent_post ul li .entry-header .entry-title a{text-decoration:none}.widget_raratheme_popular_post ul li .entry-header .comment-count,.widget_raratheme_popular_post ul li .entry-header .entry-meta,.widget_raratheme_popular_post ul li .entry-header .view-count,.widget_raratheme_recent_post ul li .entry-header .entry-meta{font-size:14px;line-height:18px}.widget_raratheme_popular_post ul li .entry-header .comment-count .fa{margin-right:5px}.widget_raratheme_social_links ul{font-size:15px;overflow:hidden}.widget_raratheme_social_links ul li{float:left;margin-right:3px}.widget_raratheme_social_links ul li a{display:block;width:30px;height:30px;background:#000;color:#fff;text-align:center;line-height:30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.widget_raratheme_social_links ul li a:focus,.widget_raratheme_social_links ul li a:hover{border-radius:50%}.widget_raratheme_social_links ul li a[href*=facebook]{background:#3B5998}.widget_raratheme_social_links ul li a[href*=twitter]{background:#1DA1F2}.widget_raratheme_social_links ul li a[href*=flickr]{background:#0063DB}.widget_raratheme_social_links ul li a[href*=vimeo]{background:#23B6EA}.widget_raratheme_social_links ul li a[href*=youtube]{background:#CB1F1F}.widget_raratheme_social_links ul li a[href*=google]{background:#D51F1E}.widget_raratheme_social_links ul li a[href*='ok.ru']{background:#EE8208}.widget_raratheme_social_links ul li a[href*=vk]{background:#466991}.widget_raratheme_social_links ul li a[href*=xing]{background:#005A5F}.widget_raratheme_social_links ul li a[href*=stumbleupon]{background:#EB4823}.widget_raratheme_social_links ul li a[href*=pinterest]{background:#CB2027}.widget_raratheme_social_links ul li a[href*=dribbble]{background:#E84C88}.widget_raratheme_social_links ul li a[href*=linkedin]{background:#0274B3}.widget_raratheme_social_links ul li a[href*=rss]{background:orange}.widget_raratheme_social_links ul li a[href*=tumblr]{background:#2E4F6E}.widget_raratheme_social_links ul li a[href*=instagram]{background:#895A4D}.widget_raratheme_companion_stat_counter_widget .icon-holder{font-size:30px;margin:0 0 15px}.odometer.odometer-theme-default,.widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme{font-size:25px;font-weight:700}ul.accordion .inner{display:none}ul.accordion li{margin:.5em 0}ul.accordion li a.toggle{display:block}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{vertical-align:middle;vertical-align:auto;zoom:1;display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{vertical-align:middle;vertical-align:auto;zoom:1;display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.portfolio-holder .portfolio-sorting{text-align:center;text-transform:uppercase}.portfolio-sorting .button{margin:0 30px 40px;background:0 0;border:none;font-weight:400;font-size:16px;cursor:pointer;padding:0;color:#000}.portfolio-sorting .button.is-checked,.portfolio-sorting .button:hover{color:#777}.portfolio-img-holder .portfolio-item{float:left;width:33.33%;padding:15px}.portfolio-item img{vertical-align:top}.portfolio-item .portfolio-item-inner{position:relative;overflow:hidden}.portfolio-item .portfolio-text-holder{font-size:14px;font-weight:600;position:absolute;top:0;bottom:0;left:0;right:0;background:-webkit-linear-gradient(transparent,rgba(0,0,0,.65));background:-moz-linear-gradient(transparent,rgba(0,0,0,.65));background:-ms-linear-gradient(transparent,rgba(0,0,0,.65));background:-o-linear-gradient(transparent,rgba(0,0,0,.65));background:linear-gradient(transparent,rgba(0,0,0,.65));text-align:center;padding:0 20px;display:flex;flex-direction:column;flex:1;justify-content:flex-end;opacity:0;visibility:hidden;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.portfolio-item-inner:hover .portfolio-text-holder{padding-top:30px;padding-bottom:30px;opacity:1;filter:alpha(opacity=100);visibility:visible}.portfolio-item .portfolio-cat a{color:#fff;text-decoration:none;padding-right:10px;display:inline-block;margin-bottom:5px}.portfolio-item .portfolio-cat a:last-child{padding-right:0}.portfolio-text-holder .portfolio-img-title{font-size:24px;font-weight:600}.portfolio-item .portfolio-img-title a{color:#fff;text-decoration:none}.portfolio-item a:hover{color:#ddd}.portfolio-holder .post-thumbnail{margin:0 0 35px;text-align:center}.portfolio-holder .entry-header{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:30px}.entry-header .portfolio-cat a{color:#777;text-decoration:none;margin-right:10px}.entry-header .portfolio-cat a:last-child{margin-right:0}.portfolio-holder .entry-header .entry-title{color:#000;margin:10px 0 0;font-size:3em}.portfolio-holder .entry-content,.portfolio-holder .entry-header{margin-left:auto;margin-right:auto;max-width:80%}.portfolio-holder .entry-content{color:#555;line-height:1.6}.related-portfolio{margin-top:80px}.related-portfolio-title{text-align:center;margin-bottom:30px;font-size:22px}.related-portfolio .portfolio-img-holder:after,.related-portfolio .portfolio-img-holder:before{content:"";display:table;height:0;width:0;line-height:0}.related-portfolio .portfolio-img-holder:after{clear:both}.related-portfolio .portfolio-item .portfolio-text-holder{opacity:1;visibility:visible;padding:30px 20px}@media only screen and (max-width:1024px){.archive .trip-content-area .grid .btn-loadmore{grid-column:1/span 2}.portfolio-img-holder .portfolio-item{width:50%}}@media only screen and (max-width:767px){.archive .trip-content-area .grid .btn-loadmore{grid-column:1/span 1}.portfolio-img-holder .portfolio-item{width:100%;float:none;padding-left:0;padding-right:0}.portfolio-holder .entry-content,.portfolio-holder .entry-header{max-width:100%}}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #333;
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.6575em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #f9f9f9;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
padding: 0 0 0 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #111;
border: 1px solid #111;
color: #fff;
border-radius: 0;
box-shadow: none;
text-shadow: none;
text-transform: uppercase;
padding: 9px 40px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background: none;
color: #111;
}
@-moz-document url-prefix() {
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 1px dotted;
}
}
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 {
color: #333;
border: 1px solid #e5e5e5;
border-radius: 0;
padding: 9px 15px;
width: 100%;
}
select {
border: 1px solid #e5e5e5;
}
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 {
color: #111;
}
textarea {
width: 100%;
height: 150px;
resize: none;
}  a {
color: #f3c9dd;
text-decoration: none;
}
a:hover,
a:focus {
color: #f3c9dd;
text-decoration: underline;
} .main-navigation {
display: block;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
text-align: center;
}
.main-navigation ul li {
display: inline-block;
margin: 0 25px;
position: relative;
padding-bottom: 7px;
}
.main-navigation ul li.menu-item-has-children:after{
content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23111" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
color: #111;
position: absolute;
top: 6px;
right: -15px;
width: 10px;
height: 14px;
}
.main-navigation ul li.menu-item-has-children > span, 
.secondary-nav ul li.menu-item-has-children > span {
display: none;
}
.main-navigation ul li a {
display: block;
text-decoration: none;
color: #111;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a{
text-decoration: none;
color: #f3c9dd;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -9999%;
z-index: 99999;
width: 220px;
background: #f9f9f9;
text-align: left;
padding: 17px 0 15px;
opacity: 0;
font-size: 14px;
border: 1px solid #eee;
}
.main-navigation ul li:hover > ul, 
.main-navigation ul li.focused > ul {
left: -20px;
opacity: 1;
filter: alpha(opacity=100);
}
.main-navigation ul ul:after{
position: absolute;
top: -5px;
left: 27px;
width: 10px;
height: 10px;
background: #f9f9f9;
border: 1px solid #eee;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
}
.main-navigation ul ul:before{
position: absolute;
content: '';
top: 0;
left: 26px;
width: 12px;
height: 9px;
background: #f9f9f9;
z-index: 1;
}
@media only screen and (min-width: 1025px){
.main-navigation ul li:hover > ul{
opacity: 1;
filter: alpha(opacity=100);
display: block !important;
}
.main-navigation ul li:focus-within > ul{
opacity: 1;
filter: alpha(opacity=100);
display: block !important;
}
.main-navigation .primary-menu-list, 
.main-navigation .sub-menu {
display: block !important;
}
.main-navigation .submenu-toggle, 
.main-navigation .primary-menu-list .close {
display: none;
}
}
.main-navigation ul ul ul {
top: -10px;
padding: 9px 0;
}
.main-navigation ul ul li:hover ul, 
.main-navigation ul ul li.focused ul {
left: 100%;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after{display: none;}
.main-navigation ul ul li {
margin: 0;
display: block;
padding: 0 18px 0 15px;
}
.main-navigation ul ul li:last-child > a{
margin: 0;
padding: 0;
border-bottom: 0;
}
.main-navigation ul ul li.menu-item-has-children:after{
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512" ><path fill="%23111" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
right: 18px;
}
.main-navigation ul ul li a{
margin: 0 0 8px;
padding: 0 0 5px;
display: block;
border-bottom: 1px solid #eee;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #f3c9dd;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.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; } #content[tabindex="-1"]:focus {
outline: 0;
} .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;
} .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;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
margin-top: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0;
}
.wp-caption-text {
text-align: left;
margin: 0;
font-size: 14px;
color: #999;
} .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.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;
} .skip-link, .skip-link:hover, .skip-link:visited {
position: absolute;
top: -999px;
left: 20px;
background: #f7f7f7;
border: 1px solid rgba(0,0,0,0.1);
font-size: 0.8888em;
font-weight: 600;
padding: 10px 20px;
color: #000;
text-decoration: none;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0,0,0,0.1);
z-index: 999;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.skip-link:focus, .skip-link:active {
top: 50px;
color: #000;
text-decoration: none;
}
.tax-product_cat .site-main .woocommerce-products-header {
display: none;
}
.site{
background: #fff;
}
.custom-background .site{
max-width: 80%;
margin: 0 auto;
}
.container{
max-width: 1440px;
margin: 0 auto;
padding: 0 15px;
}
.container:after{
content: '';
display: block;
clear: both;
}
.row{
margin-left: -15px;
margin-right: -15px;
}
.row:after{
content: '';
display: block;
clear: both;
}
.clearfix{
content: '';
display: block;
clear: both;
}
.fallback-svg {
vertical-align: top;
}
.no-post.blog.blog-layout-two .site-main {
display: block;
grid-template-columns: auto;
} .promotional-block{
background: #f3c9dd;
font-size: 14px;
color: #111;
text-align: center;
padding: 9px 0 10px;
}
.promotional-block .text-holder{
padding: 0 30px;
position: relative;
}
.promotional-block strong{font-weight: 600;}
.promotional-block .btn-get{
display: inline-block;
background: #111;
vertical-align: middle;
color: #fff;
font-size: 12px;
text-transform: uppercase;
padding: 2px 17px;
margin-left: 26px;
position: relative;
}
.promotional-block .btn-get:after{
content: '';
border: 2px solid #f3c9dd;
top: 2px;
left: 2px;
right: 2px;
bottom: 2px;
position: absolute;
opacity: 0;
-webkit-transition: linear 0.3s;
-moz-transition: linear 0.3s;
transition: linear 0.3s;
}
.promotional-block .btn-get:hover,
.promotional-block .btn-get:focus{text-decoration: none;}
.promotional-block .btn-get:hover:after,
.promotional-block .btn-get:focus:after{
opacity: 1;
}
.promotional-block .text-holder .btn-close{
width: 26px;
height: 26px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.2);
color: #fff;
text-align: center;
line-height: 26px;
font-weight: 500;
position: absolute;
top: 2px;
right: 0;
cursor: pointer;
} .site-header{
position: relative;
z-index: 2;
}
.header-t{
background: #111;
}
.header-t .right{
float: right;
margin: 5px 0;
}
.header-t .tools{
float: right;
font-size: 18px;
line-height: 1.222em;
color: #111;
}
.header-t .tools + .social-networks {
padding-right: 20px;
margin-right: 15px;
border-right: 1px solid #595959;
}
.header-t .tools .form-section,
.header-t .tools .cart{
display: inline-block;
vertical-align: middle;
margin: 0 6px;
color: #fff;
}
.header-t .tools .cart{
position: relative;    
}
.header-t .tools .cart a span{
color: #fff;
}
.header-t .tools .cart .count{
position: absolute;
top: -7px;
right: -12px;
font-size: 11px;
color: #111;
width: 18px;
height: 19px;
border-radius: 50%;
text-align: center;
line-height: 18px;
background: #f3c9dd;
}
.header-t .tools .form-section{position: relative;}
button#btn-search {
background: none;
padding: 0;
border: none;
}
.header-t .tools .form-section #btn-search{
cursor: pointer;
color: #fff;
}
.header-t .tools .form-section .form-holder{
position: absolute;
top: 30px;
right: -20px;
width: 230px;
background: #f9f9f9;
padding: 6px 10px;
border: 1px solid #eee;
display: none;
}
.header-t .tools .form-section .form-holder:after{
width: 10px;
height: 10px;
background: #f9f9f9;
border: 1px solid #eee;
position: absolute;
top: -5px;
right: 20px;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-t .tools .form-section .form-holder:before{
width: 10px;
height: 7px;
background: #f9f9f9;
top: -1px;
right: 20px;
content: '';
position: absolute;
z-index: 1; 
}
.header-t .tools .form-section .form-holder .search-form {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-t .tools .form-section .form-holder .search-form label{
width: 100%;
flex: 1;
}
.header-t .tools .form-section .form-holder .search-form input[type="search"]{
font-size: 14px;
color: #111;
background: none;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
width: 100%;
}
.header-t .tools .form-section .form-holder .search-form input[type="submit"] {
width: 20px;
height: 20px;
padding: 0;
border: none;
color: initial;
font-size: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-color: transparent;
background-repeat: no-repeat;
background-size: 15px;
background-position: center;
text-indent: 30px;
opacity: 0;
}
.header-t .tools .form-section .form-holder .search-form input[type="submit"]:focus {
opacity: 0.7;
filter: alpha(opacity=70);
} .secondary-nav{
float: left;
}
.secondary-nav ul{
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
line-height: 1.5em;
}
.secondary-nav ul:after{
content: '';
display: block;
clear: both;
}
.secondary-nav ul li{
float: left;
margin-right: 20px;
position: relative;
}
.secondary-nav ul li:last-child{margin-right: 0;}
.secondary-nav ul li a{
color: #fff;
display: block;
padding: 9px 0 10px;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s; 
}
.secondary-nav ul li a:hover,
.secondary-nav ul li a:focus,
.secondary-nav ul li:hover > a,
.secondary-nav ul li:focus > a{
text-decoration: none;
color: #f3c9dd;
}
.secondary-nav ul ul {
float: left;
position: absolute;
top: 100%;
left: -9999%;
z-index: 99999;
width: 220px;
background: #f9f9f9;
text-align: left;
padding: 17px 0 15px;
font-size: 14px;
border: 1px solid #eee;
opacity: 0;
}
.secondary-nav ul li:hover > ul, 
.secondary-nav ul li.focused > ul {
opacity: 1;
filter: alpha(opacity=100);
left: -20px;
}
.secondary-nav ul ul:after{
position: absolute;
top: -5px;
left: 27px;
width: 10px;
height: 10px;
background: #f9f9f9;
border: 1px solid #eee;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
}
.secondary-nav ul ul:before{
position: absolute;
content: '';
top: 0;
left: 26px;
width: 12px;
height: 9px;
background: #f9f9f9;
z-index: 1;
}
@media only screen and (min-width: 768px){
.secondary-nav ul li:hover > ul {
display: block !important;
}
.secondary-nav ul li:focus-within > ul{
display: block !important;
}
}
.secondary-nav ul ul ul {
top: -10px;
padding: 9px 0;
}
.secondary-nav ul ul li:hover ul, 
.secondary-nav ul ul li.focused ul {
left: 100%;
}
.secondary-nav ul ul ul:before,
.secondary-nav ul ul ul:after{display: none;}
.secondary-nav ul ul li {
margin: 0;
display: block;
padding: 0 18px 0 15px;
float: none;
}
.secondary-nav ul ul li:last-child > a{
margin: 0;
padding: 0;
border-bottom: 0;
}
.secondary-nav ul ul li a{
margin: 0 0 8px;
padding: 0 0 5px;
display: block;
border-bottom: 1px solid #eee;
color: #111;
}
.secondary-nav .current_page_item > a,
.secondary-nav .current-menu-item > a,
.secondary-nav .current_page_ancestor > a,
.secondary-nav .current-menu-ancestor > a {
color: #f3c9dd;
} .header-t .social-networks{
float: right;
margin: 0;
padding: 0;
list-style: none;
font-size: 18px;
}
.header-t .social-networks li{
float: left;
margin-left: 20px;
}
.header-t .social-networks li:first-child{margin-left: 0;}
.header-t .social-networks li a{
color: #fff;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.header-t .social-networks li a:hover,
.header-t .social-networks li a:focus{
color: #f3c9dd;
}
.header-m{
padding: 47px 0 55px;
text-align: center;
} .site-title{
font-size: 60px;
line-height: 1.05em;
font-family: 'Playfair Display', serif;
font-weight: 700;
font-style: italic;
margin: 0;
}
.site-title a{
color: #111;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.site-title a:hover,
.site-title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.site-description{
font-size: 0.75em;
line-height: 1.25em;
color: #999;
margin: 0;
} .header-b{
padding-top: 6px;
text-align: center;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
} .banner{
position: relative;
}
.banner img, 
.banner .fallback-svg{
vertical-align: top;
width: 100%;
height: 649px;
object-fit: cover;
}
#banner-slider .owl-item:after{ background: -moz-linear-gradient(top, rgba(253,253,253,0) 0%, rgba(239,239,239,0.02) 6%, rgba(221,221,221,0.03) 11%, rgba(201,201,201,0.05) 16%, rgba(185,185,185,0.06) 20%, rgba(164,164,164,0.08) 25%, rgba(71,71,71,0.17) 45%, rgba(75,75,75,0.19) 46%, rgba(79,79,79,0.2) 47%, rgba(78,78,78,0.22) 48%, rgba(84,84,84,0.23) 49%, rgba(83,83,83,0.25) 50%, rgba(84,84,84,0.26) 51%, rgba(83,83,83,0.29) 53%, rgba(83,83,83,0.31) 54%, rgba(82,82,82,0.33) 55%, rgba(80,80,80,0.35) 56%, rgba(71,71,71,0.39) 58%, rgba(63,63,63,0.43) 60%, rgba(39,39,39,0.52) 65%, rgba(18,18,18,0.6) 70%, rgba(9,9,9,0.62) 72%, rgba(0,0,0,0.66) 75%, rgba(0,0,0,0.69) 78%, rgba(0,0,0,0.77) 88%, rgba(0,0,0,0.81) 100%); background: -webkit-linear-gradient(top, rgba(253,253,253,0) 0%,rgba(239,239,239,0.02) 6%,rgba(221,221,221,0.03) 11%,rgba(201,201,201,0.05) 16%,rgba(185,185,185,0.06) 20%,rgba(164,164,164,0.08) 25%,rgba(71,71,71,0.17) 45%,rgba(75,75,75,0.19) 46%,rgba(79,79,79,0.2) 47%,rgba(78,78,78,0.22) 48%,rgba(84,84,84,0.23) 49%,rgba(83,83,83,0.25) 50%,rgba(84,84,84,0.26) 51%,rgba(83,83,83,0.29) 53%,rgba(83,83,83,0.31) 54%,rgba(82,82,82,0.33) 55%,rgba(80,80,80,0.35) 56%,rgba(71,71,71,0.39) 58%,rgba(63,63,63,0.43) 60%,rgba(39,39,39,0.52) 65%,rgba(18,18,18,0.6) 70%,rgba(9,9,9,0.62) 72%,rgba(0,0,0,0.66) 75%,rgba(0,0,0,0.69) 78%,rgba(0,0,0,0.77) 88%,rgba(0,0,0,0.81) 100%); background: linear-gradient(to bottom, rgba(253,253,253,0) 0%,rgba(239,239,239,0.02) 6%,rgba(221,221,221,0.03) 11%,rgba(201,201,201,0.05) 16%,rgba(185,185,185,0.06) 20%,rgba(164,164,164,0.08) 25%,rgba(71,71,71,0.17) 45%,rgba(75,75,75,0.19) 46%,rgba(79,79,79,0.2) 47%,rgba(78,78,78,0.22) 48%,rgba(84,84,84,0.23) 49%,rgba(83,83,83,0.25) 50%,rgba(84,84,84,0.26) 51%,rgba(83,83,83,0.29) 53%,rgba(83,83,83,0.31) 54%,rgba(82,82,82,0.33) 55%,rgba(80,80,80,0.35) 56%,rgba(71,71,71,0.39) 58%,rgba(63,63,63,0.43) 60%,rgba(39,39,39,0.52) 65%,rgba(18,18,18,0.6) 70%,rgba(9,9,9,0.62) 72%,rgba(0,0,0,0.66) 75%,rgba(0,0,0,0.69) 78%,rgba(0,0,0,0.77) 88%,rgba(0,0,0,0.81) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfdfd', endColorstr='#cf000000',GradientType=0 ); position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
content: '';
}
.banner .banner-text{
position: absolute;
max-width: 750px;
bottom: 15%;
left: 50%;
text-align: center;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 1;
}
.banner .banner-text .cat-links{
display: block;
font-weight: 500;
}
.banner .banner-text .cat-links a{
color: #fff;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.banner .banner-text .cat-links a:hover,
.banner .banner-text .cat-links a:focus{
text-decoration: none;
color: #f3c9dd;
}
.banner .banner-text .title{
font-size: 48px;
line-height: 1.028em;
font-weight: 700;
color: #fff;
font-family: 'Playfair Display', serif; 
}
.banner .banner-text .title a{
color: #fff;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.banner .banner-text .title a:hover,
.banner .banner-text .title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.banner .owl-nav .owl-prev{
position: absolute;
top: 50%;
left: 12%;
width: 60px;
height: 60px;
background: #0b0706;
color: #fff;
font-size: 0;
margin-top: -30px;
}
.banner .owl-nav .owl-prev:after{
content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
width: 13px;
height: 35px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.banner .owl-nav .owl-next{
position: absolute;
top: 50%;
right: 12%;
width: 60px;
height: 60px;
background: #0b0706;
color: #fff;
font-size: 0;
margin-top: -30px;
}
.banner .owl-nav .owl-next:after{
content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
width: 13px;
height: 35px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .main-content{margin-top: 40px;}
.category-section{margin: 80px 0 40px;}
.category-section .col{
float: left;
width: 33.3333%;
padding: 0 15px;
}
.category-section .col .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.category-section .col .img-holder:after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
border: 10px solid rgba(255, 255, 255, 0.4);
}
.category-section .col .img-holder img, 
.category-section .col .img-holder .fallback-svg{
vertical-align: top;
-webkit-transition: linear 0.75s;
-moz-transition: linear 0.75s;
transition: linear 0.75s;
}
.category-section .col .img-holder:hover img,
.category-section .col .img-holder:focus img, 
.category-section .col .img-holder:hover .fallback-svg,
.category-section .col .img-holder:focus .fallback-svg{
-webkit-transform: scale(1.15) rotate(5deg);
-moz-transform: scale(1.15) rotate(5deg);
transform: scale(1.15) rotate(5deg);
}
.category-section .col .img-holder .text-holder{
border: 1px solid #d1a7bc;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 4px;
z-index: 1;
}
.category-section .col .img-holder .text-holder span{
font-size: 24px;
color: #fff;
text-transform: uppercase;
background: #d1a7bc;
padding: 12px 50px;
display: block;
} .site-content{margin: 0 0 80px;}
#primary{
float: left;
width: 75%;
padding: 0 15px;
}
.leftsidebar #primary{
float: right;
}
#primary .site-main{
padding-right: 30px;
}
.leftsidebar #primary .site-main{
padding-right: 0;
padding-left: 30px;
}
#primary .post, 
.archive .blossom-portfolio{
margin: 0 0 60px;
display: flex;
flex-direction: row;
}
.single #primary .post, 
.archive .blossom-portfolio{margin: 0;}
#primary .post:after, 
.archive .blossom-portfolio:after{
content: '';
display: block;
clear: both;
}
#primary .post.sticky{
margin: 0 0 80px;
display: block;
}
#primary .post .img-holder, 
.archive .blossom-portfolio .post-thumbnail{
margin-right: 60px;
width: 435px;
align-items: flex-start;
}
#primary .sticky .img-holder{
width: 100%;
float: none;
display: block;
margin: 0 0 30px;
}
#primary .post .post-thumbnail, 
.archive .blossom-portfolio .post-thumbnail{display: block;}
#primary .post .post-thumbnail img, 
.archive .blossom-portfolio .post-thumbnail img, 
#primary .post .post-thumbnail .fallback-svg, 
.archive .blossom-portfolio .post-thumbnail .fallback-svg {
vertical-align: top;
}
#primary .post .text-holder, 
.archive .blossom-portfolio .tex-holder{
align-items: flex-start;
flex: 1 0 0;
}
#primary .sticky .text-holder{
width: 100%;
}
#primary .post .text-holder .entry-header, 
.archive .blossom-portfolio .entry-header{margin: 17px 0 0;}
#primary .post .text-holder .entry-header .cat-links {
line-height: 1.3125em;
font-weight: 500;
display: block;
letter-spacing: 1px;
margin: 0 0 16px;
}
#primary .post.sticky .text-holder .entry-header .cat-links{
margin: 0 0 14px;
}
#primary .post .text-holder .entry-header .entry-title, 
.archive .blossom-portfolio .entry-header .entry-title {
font-size: 38px;
line-height: 1.263em;
font-weight: 700;
font-family: 'Playfair Display', serif;
color: #111;
margin: 0 0 26px;
}
#primary .sticky .text-holder .entry-header .entry-title{
font-size: 44px;
line-height: 1.204em;
margin: 0 0 23px;
}
#primary .post .text-holder .entry-header .entry-title a, 
.archive .blossom-portfolio .entry-header .entry-title a{
color: #111;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
#primary .post .text-holder .entry-header .entry-title a:hover,
#primary .post .text-holder .entry-header .entry-title a:focus, 
.archive .blossom-portfolio .entry-header .entry-title a:hover, 
.archive .blossom-portfolio .entry-header .entry-title a:focus{
text-decoration: none;
color: #f3c9dd;
}
#primary .post .text-holder .entry-header .entry-meta{
font-size: 14px;
line-height: 1.5em;
color: #999;
margin: 0 0 17px;
}
#primary .post .text-holder .entry-header .entry-meta .byline{margin-right: 3px;}
#primary .post.sticky .text-holder .entry-header .entry-meta{
margin: 0 0 22px;
}
#primary .post .text-holder .entry-header .entry-meta .posted-by, 
.archive .site-main .entry-footer .entry-meta .posted-by,
#primary .post .text-holder .entry-header .entry-meta .posted-on, 
.archive .site-main .entry-footer .entry-meta .posted-on,
#primary .post .text-holder .entry-header .entry-meta .comments, 
.archive .site-main .entry-footer .entry-meta .comments {
margin: 0 0 0 15px;
}
#primary .post .text-holder .entry-header .entry-meta .comments svg{
margin-right: 9px;
color: #111;
}
#primary .post .text-holder .entry-header .entry-meta a{
color: #666;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
#primary .post .text-holder .entry-content{margin: 0;}
#primary .post .text-holder .entry-content p{margin: 0 0 21px;}
#primary .post.sticky .text-holder .entry-content p{margin: 0 0 30px;}
#primary .post .text-holder .entry-footer:after{
content: '';
display: block;
clear: both;
}
#primary .post .text-holder .entry-footer .btn-readmore{
float: left;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#primary .post .text-holder .entry-footer .btn-readmore:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#primary .post .text-holder .entry-footer .btn-readmore:hover,
#primary .post .text-holder .entry-footer .btn-readmore:focus{
text-decoration: none;
background: #d1a7bc;
}
#primary .post .text-holder .entry-footer .btn-readmore:hover:after,
#primary .post .text-holder .entry-footer .btn-readmore:focus:after{opacity: 1;}
#primary .post .text-holder .entry-footer .share{
float: right;
font-size: 14px;
line-height: 1.5em;
color: #666;
margin: 15px 0 0;
cursor: pointer;
position: relative;
padding: 0 0 10px;
}
#primary .post .text-holder .entry-footer .share svg{
color: #111;
margin-right: 5px;
}
#primary .post .text-holder .entry-footer .share .social-networks{
position: absolute;
top: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
#primary .post .text-holder .entry-footer .share:hover .social-networks,
#primary .post .text-holder .entry-footer .share:focus .social-networks{display: block;}
#primary .post .text-holder .entry-footer .share .social-networks:before{
position: absolute;
top: -5px;
left: 50%;
width: 12px;
height: 12px;
background: #f5f5f5;
border: 1px solid #eee;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
#primary .post .text-holder .entry-footer .share .social-networks ul{
margin: 0;
padding: 13px 7px 10px 9px;
list-style: none;
font-size: 14px;
line-height: 1.142em;
background: #f5f5f5;
border: 1px solid #eee;
display: flex;
position: relative;
}
#primary .post .text-holder .entry-footer .share .social-networks li{
display: inline-block;
margin: 0 4px;
}
#primary .post .text-holder .entry-footer .share .social-networks li a{
color: #333;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
#primary .post .text-holder .entry-footer .share .social-networks li a:hover,
#primary .post .text-holder .entry-footer .share .social-networks li a:focus{
text-decoration: none;
color: #f3c9dd;
} .pagination{margin: 80px 0 0;}
.pagination .nav-links:after{
content: '';
display: block;
clear: both;    
}
.pagination a{
float: left;
font-size: 18px;
line-height: 2.5em;
height: 45px;
text-align: center;
padding: 0 18px;
border: 1px solid #f3c9dd;
color: #111;
margin-right: 5px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.pagination .current{
float: left;
font-size: 18px;
line-height: 2.5em;
height: 45px;
text-align: center;
padding: 0 18px;
border: 1px solid #f3c9dd;
background: #f3c9dd;
color: #fff;
margin-right: 5px;
position: relative;
}
.pagination .current:after,
.pagination a:after{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 4px solid #fff;
}
.pagination a:hover,
.pagination a:focus{
text-decoration: none;
background: #f3c9dd;
color: #fff;
}
.pagination .dots{
float: left;
line-height: 45px;
margin-right: 5px;
} .subscribe-holder{
border: 1px solid #f3c9dd;
padding: 7px;
margin: 0 0 35px;
}
.single .subscribe-holder{margin-top: 40px;}
.single.full-width .subscribe-holder{
max-width: 930px;
margin-left: auto;
margin-right: auto;
}
.subscribe-holder .bg-holder{
background-size: cover !important;
position: relative;
padding: 64px 53px 60px 51px;
}
.subscribe-holder .bg-holder:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(243, 201, 221, 0.8);
}
.subscribe-holder .bg-holder .subscribe{
position: relative;
z-index: 1;
}
.subscribe-holder .bg-holder .subscribe img, 
.subscribe-holder .bg-holder .subscribe .fallback-svg {
vertical-align: top;
} .top-bar{
background: #f9f9f9;
border-bottom: 1px solid #eee;
padding: 40px 0;
text-align: center; 
}
.page-header .page-title{
font-size: 44px;
line-height: 1.204em;
color: #111;
font-family: 'Playfair Display', serif;
margin: 0 0 15px;
}
#crumbs{
font-size: 14px;
line-height: 1.5em;
color: #999;
}
#crumbs a{color: #222; }
#crumbs a:hover,
#crumbs a:focus{
text-decoration: none;
color: #999;
}
#crumbs .current a{
pointer-events: none;
color: #999;
} .single #primary .post{
display: block;
}
.single #primary .post .post-thumbnail{
width: 100%;
display: block;
margin: 0 0 30px;
text-align: center;
}
.single #primary .post .text-holder .entry-header{
border-bottom: 1px solid #eee;
margin: 0 0 22px;
}
.single #primary .post .text-holder .entry-header .cat-links{margin: 0 0 14px;}
.single #primary .post .text-holder .entry-header .entry-title{
font-size: 44px;
line-height: 1.204em;
margin: 0 0 23px;
}
.single #primary .post .text-holder .entry-header .entry-meta{
margin: 0 0 22px;
}
.single #primary .post .text-holder .entry-content:after{
content: '';
display: block;
clear: both;
}
.entry-content ol {
padding-left: 2em;
}
.single #primary .post .text-holder .entry-content .social-share{
margin-right: 50px;
width: 60px;
float: left;
}
.single #primary .post .text-holder .entry-content .text{
overflow: hidden;
}
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
font-size: 100px;
line-height: 1em;
float: left;
font-weight: 600;
color: #111;
margin: 0 5px -19px 0;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
font-size: 36px;
line-height: 1.388em;
font-weight: 700;
font-style: italic;
color: #111;
text-align: center;
border-top: 5px solid #f3c9dd;
border-bottom: 5px solid #f3c9dd;
font-family: 'Playfair Display', serif;
margin: 40px 0;
padding: 50px 90px 39px;
position: relative; 
}
#primary .post .entry-content blockquote:before,
#primary .page .entry-content blockquote:before{
position: absolute;
top: -15px;
left: 50%;
margin-left: -49px;
width: 98px;
height: 24px;
background: #fff url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/bg-quote.png) no-repeat center;
}
#primary .post .entry-content blockquote p,
#primary .page .entry-content blockquote p{margin: 0;}
#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite{
font-size: 18px;
line-height: 1.333em;
font-weight: 400;
font-family: 'Poppins', sans-serif;
font-style: normal;
color: #999;
text-transform: uppercase;  
}
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
float: left;
width: 420px;
font-size: 24px;
line-height: 1.416em;
font-weight: 700;
font-style: italic;
color: #111;
font-family: 'Playfair Display', serif;
border-left: 5px solid #f3c9dd;
padding: 15px 30px;
margin: 0 30px 12px 0;
}
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
float: right;
width: 420px;
font-size: 24px;
line-height: 1.416em;
font-weight: 700;
font-style: italic;
color: #111;
font-family: 'Playfair Display', serif;
border-left: 5px solid #f3c9dd;
padding: 15px 30px;
margin: 0 0 12px 30px;
}
#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6{
font-family: 'Playfair Display', serif;
color: #111;
}
#primary .post .entry-content h1,
#primary .page .entry-content h1{
font-size: 36px;
line-height: 1.222em;
}
#primary .post .entry-content h2,
#primary .page .entry-content h2{
font-size: 32px;
line-height: 1.1875em;
}
#primary .post .entry-content h3,
#primary .page .entry-content h3{
font-size: 28px;
line-height: 1.285em;
}
#primary .post .entry-content h4,
#primary .page .entry-content h4{
font-size: 24px;
line-height: 1.208em;
}
#primary .post .entry-content h5,
#primary .page .entry-content h5{
font-size: 20px;
line-height: 1.2em;
}
#primary .post .entry-content h6,
#primary .page .entry-content h6{
font-size: 16px;
line-height: 1.5em;
}
#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight{
background: #f3c9dd;
}
#primary .post .entry-content table,
#primary .page .entry-content table {
border: 1px solid #f5f5f5;
}
#primary .post .entry-content table thead,
#primary .page .entry-content table thead {
background: #f5f5f5;
font-weight: 400;
color: #111;
}
#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th {
font-weight: 500;
}
#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td {
padding: 0.8vw 2vw;
text-align: left;
}
#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
border-bottom: 1px solid #ebebeb;
}
.single #primary .post .entry-footer .tags{overflow: hidden;}
.single #primary .post .entry-footer .tags a{
float: left;
margin: 0 6px 6px 0;
font-size: 12px;
line-height: 1.25em;
background: #eee;
color: #333;
padding: 10px 15px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
position: relative;
}
.single #primary .post .entry-footer .tags a:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 2px solid #fff;
content: '';
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
opacity: 0;
}
.single #primary .post .entry-footer .tags a:hover,
.single #primary .post .entry-footer .tags a:focus{
text-decoration: none;
color: #fff;
background: #f3c9dd;
}
.single #primary .post .entry-footer .tags a:hover:after,
.single #primary .post .entry-footer .tags a:focus:after{opacity: 1;} .author-section{
margin: 60px 0 0;
display: flex;
padding: 40px;
border: 1px solid #eee;
}
.author-section .img-holder{
width: 150px;
margin-right: 35px;
}
.author-section .img-holder img, 
.author-section .img-holder .fallback-svg{
vertical-align: top;
border-radius: 50%;
}
.author-section .text-holder{
flex: 1 0 0;
}
.author-section .text-holder .title{
font-size: 24px;
line-height: 1.208em;
font-family: 'Playfair Display', serif;
margin: 0 0 10px;
}
.author-section .text-holder p{margin: 0 0 20px;}
.author-section .text-holder .social-networks{
margin: 0;
padding: 0;
list-style: none;
font-size: 16px;
line-height: 1.125em;
overflow: hidden;
}
.author-section .text-holder .social-networks li{
float: left;
margin-right: 20px;
}
.author-section .text-holder .social-networks li a{
color: #999;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
.author-section .text-holder .social-networks li a:hover,
.author-section .text-holder .social-networks li a:focus{
text-decoration: none;
color: #f3c9dd;
} .site-main .posts-navigation,
.site-main .post-navigation{
margin: 60px 0 0;
}
.post-navigation .nav-links{
overflow: hidden;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
width: 47%;
display: table;
}
.post-navigation .nav-links .nav-previous .holder,
.post-navigation .nav-links .nav-next .holder{
display: table-row;
height: 100%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a{
background: #f9f9f9;
border: 1px solid #eee;
padding: 36px 40px;
display: table-cell;
height: 100%;
vertical-align: middle;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.post-navigation .nav-links .nav-previous a:after,
.post-navigation .nav-links .nav-next a:after{
position: absolute;
content: '';
border: 4px solid #fff;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
opacity: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-next a:focus{
color: #fff;
background: #f3c9dd;
border-color: #f3c9dd;
text-decoration: none;
}
.post-navigation .nav-links .nav-previous a:hover:after,
.post-navigation .nav-links .nav-next a:hover:after,
.post-navigation .nav-links .nav-previous a:focus:after,
.post-navigation .nav-links .nav-next a:focus:after{opacity: 1;}
.post-navigation .nav-links .nav-previous .meta-nav,
.post-navigation .nav-links .nav-next .meta-nav{
display: block;
line-height: 2.25em;
color: #999;
}
.post-navigation .nav-links .nav-previous a:hover .meta-nav,
.post-navigation .nav-links .nav-next a:hover .meta-nav,
.post-navigation .nav-links .nav-previous a:focus .meta-nav,
.post-navigation .nav-links .nav-next a:focus .meta-nav{
color: #fff;
}
.post-navigation .nav-links .nav-previous .post-title,
.post-navigation .nav-links .nav-next .post-title{
font-size: 22px;
line-height: 1.5em;
display: block;
font-family: 'Playfair Display', serif;
color: #333;
font-weight: 700;
}
.post-navigation .nav-links .nav-previous a:hover .post-title,
.post-navigation .nav-links .nav-next a:hover .post-title,
.post-navigation .nav-links .nav-previous a:focus .post-title,
.post-navigation .nav-links .nav-next a:focus .post-title{
color: #fff;
} .related-post{
margin: 60px 0 0;
}
.related-post .post{
float: left;
width: 33.3333%;
padding: 0 15px;
}
#primary .related-post .post .img-holder{
width: 100%;
margin: 0;
}
.related-post .title{
font-size: 22px;
line-height: 1.5em;
font-weight: 500;
text-align: center;
color: #111;
}
.related-post .post .img-holder img, 
.related-post .post .img-holder .fallback-svg {
vertical-align: top;
}
.related-post .post .img-holder > a{display: block;}
.related-post .post .img-holder{
position: relative;
overflow: hidden;
}
.related-post .post .text-holder{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 65px 15px 1px; background: -moz-linear-gradient(top, rgba(253,253,253,0) 0%, rgba(245,245,245,0.02) 4%, rgba(223,223,223,0.06) 11%, rgba(207,207,207,0.08) 15%, rgba(191,191,191,0.11) 19%, rgba(128,128,128,0.2) 32%, rgba(90,90,90,0.28) 37%, rgba(40,40,40,0.37) 43%, rgba(11,11,11,0.42) 47%, rgba(0,0,0,0.46) 50%, rgba(0,0,0,0.57) 71%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(253,253,253,0) 0%,rgba(245,245,245,0.02) 4%,rgba(223,223,223,0.06) 11%,rgba(207,207,207,0.08) 15%,rgba(191,191,191,0.11) 19%,rgba(128,128,128,0.2) 32%,rgba(90,90,90,0.28) 37%,rgba(40,40,40,0.37) 43%,rgba(11,11,11,0.42) 47%,rgba(0,0,0,0.46) 50%,rgba(0,0,0,0.57) 71%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(253,253,253,0) 0%,rgba(245,245,245,0.02) 4%,rgba(223,223,223,0.06) 11%,rgba(207,207,207,0.08) 15%,rgba(191,191,191,0.11) 19%,rgba(128,128,128,0.2) 32%,rgba(90,90,90,0.28) 37%,rgba(40,40,40,0.37) 43%,rgba(11,11,11,0.42) 47%,rgba(0,0,0,0.46) 50%,rgba(0,0,0,0.57) 71%,rgba(0,0,0,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfdfd', endColorstr='#a6000000',GradientType=0 ); }
.related-post .post .text-holder .cat-links{
display: block;
}
.related-post .post .text-holder .cat-links a{
color: rgba(255, 255, 255, 0.7);
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.related-post .post .text-holder .cat-links a:hover,
.related-post .post .text-holder .cat-links a:focus,
.related-post .post .text-holder .entry-title a:hover,
.related-post .post .text-holder .entry-title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.related-post .post .text-holder .entry-title{
font-size: 18px;
line-height: 1.333em;
font-family: 'Playfair Display', serif;
}
.related-post .post .text-holder .entry-title a{
color: #fff;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
} .comments-area{margin: 60px 0 0;}
.comments-area .comments-title{
font-size: 24px;
line-height: 1.208em;
color: #111;
font-family: 'Playfair Display', serif;
margin: 0 0 50px;
}
.comments-area ol{
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-body{
overflow: hidden;
margin: 0 0 30px;
}
.comments-area .comment-body .comment-meta{
float: left;
width: 50px;
margin-right: 25px;
}
.comments-area .bypostauthor .comment-author {
position: relative;
}
.comments-area .bypostauthor > .comment-body .comment-author::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.999 19.999"><g class="a" transform="translate(2 1.902)"><path fill="%2300ab0b" d="M 9.834222793579102 17.09700393676758 C 9.293392181396484 17.09700393676758 8.75604248046875 16.91920280456543 8.321172714233398 16.59635353088379 C 8.226932525634766 16.52631378173828 8.115872383117676 16.48946380615234 7.99956226348877 16.48946380615234 C 7.883032321929932 16.48946380615234 7.771632194519043 16.52643394470215 7.677412509918213 16.59638404846191 C 7.241622447967529 16.91916275024414 6.704292297363281 17.09657287597656 6.163562297821045 17.09657287597656 C 5.919732570648193 17.09657287597656 5.677532196044922 17.06148338317871 5.443672180175781 16.99227333068848 C 4.684462547302246 16.76824378967285 4.062642574310303 16.19062423706055 3.781052350997925 15.44737339019775 C 3.698472261428833 15.23033332824707 3.497072458267212 15.08926391601563 3.268432378768921 15.08926391601563 C 3.257022380828857 15.08926391601563 3.24551248550415 15.08962345123291 3.234002351760864 15.0903434753418 C 3.18197226524353 15.09369373321533 3.127422332763672 15.09544372558594 3.073572397232056 15.09544372558594 C 2.333252429962158 15.09544372558594 1.630492329597473 14.77195358276367 1.145472407341003 14.20793342590332 C 0.6309023499488831 13.60939311981201 0.4188423752784729 12.78896331787109 0.5781523585319519 12.01321315765381 C 0.628312349319458 11.77128314971924 0.5158923864364624 11.52090358734131 0.3051423728466034 11.40245342254639 C -0.3843876421451569 11.0153636932373 -0.863067626953125 10.31490325927734 -0.9748876094818115 9.528953552246094 C -1.086567640304565 8.744133949279785 -0.8234476447105408 7.937823295593262 -0.2710376381874084 7.372093677520752 C -0.09887763112783432 7.195113658905029 -0.0609276294708252 6.926823616027832 -0.1779476255178452 6.705893516540527 C -0.5481376051902771 6.008523464202881 -0.574747622013092 5.161323547363281 -0.2486976236104965 4.440483570098877 C 0.07903236895799637 3.715943574905396 0.7355723977088928 3.178373575210571 1.507562398910522 3.002493381500244 C 1.743242383003235 2.948773384094238 1.914972424507141 2.746383428573608 1.93482232093811 2.498863458633423 C 1.997702360153198 1.708733439445496 2.431482315063477 0.9799134731292725 3.095152378082275 0.5499134659767151 C 3.507802486419678 0.2825334668159485 3.985422372817993 0.1412034779787064 4.476352214813232 0.1412034779787064 C 4.775092601776123 0.1412034779787064 5.068942546844482 0.1934034675359726 5.349722385406494 0.2963534593582153 C 5.408862590789795 0.3179934620857239 5.470902442932129 0.3290634751319885 5.533562183380127 0.3290634751319885 C 5.704382419586182 0.3290534615516663 5.861742496490479 0.2500134706497192 5.965312480926514 0.1122034713625908 C 6.447322368621826 -0.5240164995193481 7.206072330474854 -0.9019965529441833 7.997312545776367 -0.9019965529441833 C 8.788962364196777 -0.9019965529441833 9.547962188720703 -0.5240164995193481 10.02763271331787 0.1091034710407257 C 10.13322257995605 0.2487534731626511 10.29187202453613 0.3284034729003906 10.46349239349365 0.3284034729003906 C 10.52629280090332 0.3284034729003906 10.58841228485107 0.3173234760761261 10.64813232421875 0.2954734861850739 C 10.92821216583252 0.1925134658813477 11.2226619720459 0.1400634795427322 11.52193260192871 0.1400634795427322 C 12.01345252990723 0.1400634795427322 12.49126243591309 0.2819134593009949 12.90372276306152 0.5502734780311584 C 13.5648021697998 0.9778934717178345 13.99903202056885 1.706353425979614 14.06306266784668 2.497463464736938 C 14.08274269104004 2.745793581008911 14.25481224060059 2.947883367538452 14.49137210845947 3.002033472061157 C 15.26238250732422 3.177703380584717 15.91892242431641 3.715273380279541 16.24664306640625 4.439813613891602 C 16.57781219482422 5.170623302459717 16.55232238769531 5.996893405914307 16.17643165588379 6.706143379211426 C 16.05976295471191 6.926653385162354 16.09770202636719 7.194893360137939 16.27117156982422 7.372983455657959 C 16.82341194152832 7.939643383026123 17.08597183227539 8.746183395385742 16.97332191467285 9.530303001403809 C 16.86064147949219 10.31448364257813 16.38290214538574 11.01409339904785 15.69535255432129 11.40177345275879 C 15.47971248626709 11.52283382415771 15.36982250213623 11.76781368255615 15.42027282714844 12.01229381561279 C 15.58054256439209 12.78744316101074 15.36860275268555 13.60835361480713 14.85323238372803 14.2078332901001 C 14.36939144134521 14.77166938781738 13.66647529602051 15.09544372558594 12.9253454208374 15.09544372558594 C 12.92530059814453 15.09544372558594 12.9252872467041 15.09544372558594 12.92524242401123 15.09544372558594 C 12.87138271331787 15.09543323516846 12.81682205200195 15.09369373321533 12.76308250427246 15.09024333953857 C 12.75198268890381 15.08954334259033 12.74048233032227 15.08917331695557 12.72901248931885 15.08917331695557 C 12.50478267669678 15.08917331695557 12.29945278167725 15.2332935333252 12.21808242797852 15.44778347015381 C 11.9347620010376 16.19160270690918 11.31292247772217 16.76860427856445 10.5541820526123 16.99249267578125 C 10.32169246673584 17.06164360046387 10.078782081604 17.09700393676758 9.834222793579102 17.09700393676758 Z"/><path fill="%23fff" d="M 7.997312545776367 0.09800338745117188 C 7.514002799987793 0.09800338745117188 7.058032035827637 0.3258533477783203 6.76472282409668 0.7129936218261719 C 6.467014312744141 1.109124183654785 6.00753116607666 1.32906436920166 5.53363037109375 1.32906436920166 C 5.357028961181641 1.32906436920166 5.178509712219238 1.298551559448242 5.005492210388184 1.235233306884766 C 4.833670616149902 1.172236442565918 4.654583930969238 1.141204833984375 4.476350784301758 1.141204833984375 C 4.182979583740234 1.141204833984375 3.891871452331543 1.225250244140625 3.638912200927734 1.389153480529785 C 3.232272148132324 1.652623176574707 2.970282554626465 2.092863082885742 2.931622505187988 2.578803062438965 C 2.876962661743164 3.260343551635742 2.390322685241699 3.826943397521973 1.729701995849609 3.977503776550293 C 1.257721900939941 4.085033416748047 0.8630819320678711 4.409003257751465 0.6624326705932617 4.852603912353516 C 0.4617824554443359 5.29620361328125 0.4777727127075195 5.808363914489746 0.7057619094848633 6.237853050231934 C 1.02507209777832 6.840743064880371 0.9190826416015625 7.582773208618164 0.4444427490234375 8.070733070373535 C 0.1051321029663086 8.41822338104248 -0.05352783203125 8.905513763427734 0.01514244079589844 9.388093948364258 C 0.08380222320556641 9.870683670043945 0.3724527359008789 10.29344367980957 0.7950925827026367 10.5307035446167 C 1.387052536010742 10.8634033203125 1.696362495422363 11.54561328887939 1.557712554931641 12.21437358856201 C 1.459712028503418 12.69158363342285 1.587042808532715 13.18761348724365 1.903682708740234 13.55593299865723 C 2.199407577514648 13.89982128143311 2.62714672088623 14.09543991088867 3.073574066162109 14.09543991088867 C 3.106174468994141 14.09543991088867 3.138856887817383 14.09439754486084 3.171612739562988 14.09229373931885 C 3.204021453857422 14.09026718139648 3.23631477355957 14.08926582336426 3.268446922302246 14.08926582336426 C 3.907810211181641 14.08926391601563 4.485134124755859 14.48575592041016 4.716182708740234 15.09308338165283 C 4.888832092285156 15.54878330230713 5.262812614440918 15.89627361297607 5.727452278137207 16.03338432312012 C 5.870650291442871 16.07576179504395 6.017534255981445 16.09657287597656 6.16356372833252 16.09657287597656 C 6.489995002746582 16.09657287597656 6.812380790710449 15.99265956878662 7.081362724304199 15.79343318939209 C 7.354347229003906 15.59078884124756 7.676995277404785 15.48946571350098 7.999558448791504 15.48946571350098 C 8.322122573852539 15.48946571350098 8.644601821899414 15.59078884124756 8.917252540588379 15.79343318939209 C 9.185972213745117 15.99292850494385 9.508113861083984 16.09700202941895 9.834220886230469 16.09700202941895 C 9.980564117431641 16.09700202941895 10.12765312194824 16.0760612487793 10.27116203308105 16.03338432312012 C 10.73580169677734 15.89627361297607 11.10978221893311 15.54811382293701 11.28310203552246 15.09308338165283 C 11.51334095001221 14.48618412017822 12.09069538116455 14.0892162322998 12.7290096282959 14.08917808532715 C 12.76156234741211 14.08917617797852 12.79417991638184 14.09020614624023 12.82701206207275 14.09229373931885 C 12.85982799530029 14.09439563751221 12.89265060424805 14.09543991088867 12.92529296875 14.09543991088867 C 13.37273979187012 14.09543991088867 13.79981231689453 13.8998441696167 14.09493255615234 13.55593299865723 C 14.41157245635986 13.18761348724365 14.53957271575928 12.69158363342285 14.44090270996094 12.21437358856201 C 14.30291271209717 11.54561328887939 14.61156272888184 10.8634033203125 15.20419216156006 10.5307035446167 C 15.6261625289917 10.29277324676514 15.91414260864258 9.870683670043945 15.98347282409668 9.388093948364258 C 16.05281257629395 8.905513763427734 15.89348220825195 8.41822338104248 15.55483245849609 8.070733070373535 C 15.07953262329102 7.582773208618164 14.97353267669678 6.841413497924805 15.2928524017334 6.237853050231934 C 15.52083206176758 5.807693481445313 15.53683280944824 5.29620361328125 15.33551216125488 4.851933479309082 C 15.13486194610596 4.408333778381348 14.74022197723389 4.08436393737793 14.26824188232422 3.976823806762695 C 13.60762214660645 3.825603485107422 13.12032222747803 3.259673118591309 13.06632232666016 2.578133583068848 C 13.02699279785156 2.092193603515625 12.76568222045898 1.65195369720459 12.35836219787598 1.388473510742188 C 12.10599422454834 1.224272727966309 11.81520080566406 1.140069007873535 11.52193450927734 1.140061378479004 C 11.3434419631958 1.140056610107422 11.16405868530273 1.171241760253906 10.99179267883301 1.234563827514648 C 10.81877517700195 1.297879219055176 10.6401424407959 1.328403472900391 10.46349906921387 1.328403472900391 C 9.98948860168457 1.328403472900391 9.529720306396484 1.108635902404785 9.230562210083008 0.7129936218261719 C 8.937252044677734 0.3258533477783203 8.481282234191895 0.09800338745117188 7.997312545776367 0.09800338745117188 M 7.166022300720215 11.72036361694336 L 4.16621208190918 8.787213325500488 L 5.404132843017578 7.539083480834961 L 7.166022300720215 9.223423004150391 L 10.9277925491333 5.33586311340332 L 12.16571235656738 6.583993911743164 L 7.166022300720215 11.72036361694336 M 7.997312545776367 -1.901996612548828 C 8.992444038391113 -1.901996612548828 9.950216293334961 -1.473686218261719 10.6182804107666 -0.7426300048828125 C 10.91207313537598 -0.8204364776611328 11.21511459350586 -0.8599357604980469 11.52184295654297 -0.8599357604980469 C 12.2058048248291 -0.8599166870117188 12.870530128479 -0.6631450653076172 13.4446325302124 -0.2908172607421875 L 13.4446325302124 -0.2908172607421875 C 14.28115653991699 0.2502975463867188 14.85563564300537 1.133090019226074 15.02170944213867 2.112277984619141 C 15.96063041687012 2.41915225982666 16.74603271484375 3.117411613464355 17.15777206420898 4.027683258056641 C 17.56901550292969 4.935222625732422 17.57688522338867 5.988980293273926 17.18978691101074 6.901698112487793 C 17.81775665283203 7.669354438781738 18.10519790649414 8.68384838104248 17.96314239501953 9.672543525695801 C 17.82138061523438 10.65933799743652 17.26283264160156 11.55005550384521 16.44812965393066 12.10965633392334 C 16.56416702270508 13.09438991546631 16.2614860534668 14.10370445251465 15.61153221130371 14.85974311828613 C 14.96013641357422 15.61883068084717 14.02242088317871 16.06552696228027 13.02670574188232 16.093994140625 C 12.59089088439941 16.98707580566406 11.79205322265625 17.66984748840332 10.83721256256104 17.95161437988281 C 10.51419258117676 18.04768371582031 10.17537307739258 18.09700393676758 9.834222793579102 18.09700393676758 C 9.190168380737305 18.09700393676758 8.549810409545898 17.91626167297363 7.999041557312012 17.58315277099609 C 7.447338104248047 17.91622161865234 6.807188987731934 18.09657287597656 6.163562774658203 18.09657287597656 C 5.823602676391602 18.09657287597656 5.485922813415527 18.04765319824219 5.159882545471191 17.95116424560547 C 4.205093383789063 17.66941261291504 3.40628719329834 16.98602104187012 2.972140312194824 16.09399223327637 C 1.977666854858398 16.06550979614258 1.040310859680176 15.61935138702393 0.3872823715209961 14.8599739074707 C -0.2621898651123047 14.10450649261475 -0.5649242401123047 13.09535026550293 -0.4493160247802734 12.10971832275391 C -1.265361785888672 11.55028820037842 -1.824228286743164 10.65863418579102 -1.96491813659668 9.669803619384766 C -2.105524063110352 8.681713104248047 -1.818069458007813 7.66879940032959 -1.191118240356445 6.902331352233887 C -1.578231811523438 5.991298675537109 -1.571016311645508 4.93742847442627 -1.159828186035156 4.028353691101074 C -0.7483558654785156 3.118679046630859 0.03640937805175781 2.420709609985352 0.9759445190429688 2.113198280334473 C 1.141068458557129 1.135534286499023 1.714901924133301 0.2526473999023438 2.551392555236816 -0.2893257141113281 C 3.126372337341309 -0.6618766784667969 3.792022705078125 -0.8587970733642578 4.476352691650391 -0.8587970733642578 C 4.781661033630371 -0.8587970733642578 5.083295822143555 -0.8197002410888672 5.376714706420898 -0.7423210144042969 C 6.044746398925781 -1.473556518554688 7.002415657043457 -1.901996612548828 7.997312545776367 -1.901996612548828 Z"/></g></svg>');
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 33px;
left: 33px;
z-index: 1;
}
.comments-area .comment-body .comment-meta img, 
.comments-area .comment-body .comment-meta .fallback-svg{
border-radius: 50%;
vertical-align: top;
}
.comments-area .comment-body .text-holder{overflow: hidden;}
.comments-area .comment-body .text-holder .top{
overflow: hidden;
margin: 0 0 5px;
}
.comments-area .comment-body .text-holder .top .left{
float: left;
}
.comments-area .comment-body .text-holder .top .reply{float: right;}
.comments-area .comment-body .fn{
font-size: 18px;
line-height: 1.166em;
color: #111;
margin: 0;
display: block;
font-family: 'Playfair Display', serif;
}
.comments-area .comment-body .fn a{color: #111;}
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus{
text-decoration: none;
color: #f3c9dd;
}
.comments-area .comment-body .says{display: none;}
.comments-area .comment-body .comment-metadata{
font-size: 12px;
line-height: 1.75em;
color: #999;
}
.comments-area .comment-body .comment-metadata a{color: #999;}
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus{
text-decoration: none;
color: #f3c9dd;
}
.comments-area .comment-body .reply{
font-size: 14px;
line-height: 1.5em;
}
.comments-area .comment-body .reply a{text-decoration: underline;}
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus{
text-decoration: none;
color: #333;
}
.comments-area .comment-body .comment-content{
font-size: 14px;
line-height: 1.5em;
}
.comments-area .comment-body .comment-content p{margin: 0 0 5px;}
.comments-area .children{
margin-left: 25px;
border-left: 1px solid #eee;
}
.comments-area .children li{
padding-left: 30px;
position: relative;
}
.comments-area .children li:first-child:before{
position: absolute;
top: 25px;
left: 0;
width: 21px;
height: 1px;
background: #eee;
content: '';
}
.comments-area .bypostauthor > .comment-body{
background: #f9f9f9;
padding: 25px 20px 15px 20px;
} .comments-area .comment-reply-title{
font-size: 24px;
line-height: 1.208em;
color: #111;
font-family: 'Playfair Display', serif;
margin: 0 0 15px;
}
.comments-area .comment-form{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.comments-area .comment-form label{
display: block;
margin: 0 0 5px;
}
.comments-area .comment-form .comment-notes, .comments-area .comment-form .comment-form-comment, .comments-area .comment-form .form-submit, 
.comment-respond p.comment-form-cookies-consent{
grid-column: 1 / span 3;
}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"]{
width: 100%;
}
.comments-area .comment-form p{margin: 0;}
.comments-area .comment-form p.logged-in-as {
grid-column: 1 / span 3;
} .woocommerce-products-header{
display: none;
}
.archive:not(.woocommerce) #primary{
width: 100%;
}
.archive .site-main .row {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.archive #primary .post, 
.archive .blossom-portfolio{
width: 33.3333%;
display: block;
padding: 0 15px;
margin: 0 0 40px;
}
.archive #primary .post .post-thumbnail, 
.archive .blossom-portfolio .post-thumbnail{
display: block;
margin: 0 0 15px;
width: 100%;
}
.archive #primary .post .text-holder .entry-header .entry-title, 
.archive .blossom-portfolio .text-holder .entry-title{
font-size: 28px;
line-height: 1.214em;
margin: 0 0 20px;
}
.archive #primary .post .text-holder .entry-header .entry-meta{margin: 0 0 14px;}
.archive #primary .post .text-holder .entry-header .cat-links{float: left;}
.archive #primary .post .text-holder .entry-header .top:after{
content: '';
display: block;
clear: both;
}
.archive #primary .post .text-holder .entry-header .top .share{
float: right;
font-size: 14px;
line-height: 1.5em;
color: #666;
margin: 0;
cursor: pointer;
position: relative;
padding: 0 0 10px;
}
.archive #primary .post .text-holder .entry-header .top .share svg{
color: #111;
margin-right: 5px;
}
.archive #primary .post .text-holder .entry-header .top .share .social-networks{
position: absolute;
top: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.archive #primary .post .text-holder .entry-header .top .share .social-networks ul{
margin: 0;
padding: 13px 7px 10px 9px;
list-style: none;
font-size: 14px;
line-height: 1.142em;
background: #f5f5f5;
border: 1px solid #eee;
display: flex;
position: relative;
}
.archive #primary .post .text-holder .entry-header .top .share:hover .social-networks,
.archive #primary .post .text-holder .entry-header .top .share:focus .social-networks{display: block;}
.archive #primary .post .text-holder .entry-header .top .share .social-networks:before{
position: absolute;
top: -5px;
left: 50%;
width: 12px;
height: 12px;
background: #f5f5f5;
border: 1px solid #eee;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
.archive #primary .post .text-holder .entry-header .top .share .social-networks li{
display: inline-block;
margin: 0 4px;
}
.archive #primary .post .text-holder .entry-header .top .share .social-networks li a{
color: #333;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
.archive #primary .post .text-holder .entry-header .top .share .social-networks li a:hover,
.archive #primary .post .text-holder .entry-header .top .share .social-networks li a:focus{
text-decoration: none;
color: #f3c9dd;
}
.archive .pagination{
margin: 30px 0 0;
text-align: center;
}
.archive .pagination a,
.archive .pagination .current{
float: none;
display: inline-block;
} .full-width #primary{width: 100%;}
.full-width #primary .page .text-holder,
.full-width #primary .post .text-holder{
max-width: 930px;
margin: 0 auto;
}
.full-width .author-section{
max-width: 930px;
margin: 60px auto 0;
}
.full-width .site-main .posts-navigation,
.full-width .site-main .post-navigation{
max-width: 930px;
margin: 60px auto 0;
}
.full-width .related-post{
max-width: 930px;
margin: 60px auto 0;
}
.full-width .comments-area{
max-width: 930px;
margin: 60px auto 0;
} #secondary{
float: left;
width: 25%;
padding: 0 15px;
}
#secondary .widget{
margin: 0 0 60px;
}
.widget .widget-title{
font-size: 20px;
line-height: 1.2em;
text-transform: uppercase;
font-weight: 400;
color: #111;
margin: 0 0 30px;
padding: 0 0 5px;
position: relative;
letter-spacing: 1px;
text-align: center;
}
.widget .widget-title:after{
width: 110px;
height: 2px;
background: #eee;
position: absolute;
top: 100%;
left: 50%;
margin-right: -50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
content: '';
} .widget ul{
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul{
margin-top: 15px;
margin-left: 15px;
}
.widget ul li{
margin: 0 0 15px;
padding-bottom: 8px;
border-bottom: 1px dashed #cecece;
padding-left: 15px;
position: relative;
}
.widget ul li:before{
position: absolute;
top: 5px;
left: 0;
content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23666" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 17px;
}
.widget ul li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.widget ul li a{
color: #111;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.widget ul li a:hover,
.widget ul li a:focus{
text-decoration: none;
color: #f3c9dd;
}
.widget select{
width: 100%;
} .widget_calendar caption{
font-size: 18px;
color: #111;
line-height: 1.111em;
background: #f3c9dd;
font-weight: 600;
text-transform: uppercase;
padding: 9px 0 5px;
}
.widget_calendar table{
position: relative;
}
.widget_calendar table td,
.widget_calendar thead th{border: 1px solid #eee;}
.widget_calendar thead th{
font-size: 13px;
background: #fff;
color: #111;
font-weight: 600;
height: 45px;
}
.widget_calendar tbody td{
text-align: center;
font-size: 14px;
height: 45px;
line-height: 45px;
color: #111;
}
.widget_calendar .wp-calendar-nav-prev a{
left: 15px;
position: absolute;
top: 12px;
background: url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/btn-prev-month.png) no-repeat;
width: 7px;
height: 12px;
text-indent: -9999px;
}
.widget_calendar .wp-calendar-nav-next a {
position: absolute;
right: 15px;
top: 12px;
background: url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/btn-next-month.png) no-repeat;
width: 7px;
height: 12px;
text-indent: -9999px;
}
.widget_calendar table tbody td a{
display: block;
height: 100%;
background: #f3c9dd;
color: #fff;
}
.widget_calendar .wp-calendar-nav span{line-height: 0;}
.widget_tag_cloud .tagcloud{
overflow: hidden;
}
.widget_tag_cloud .tagcloud a{
float: left;
margin: 0 6px 6px 0;
font-size: 12px !important;
line-height: 1.25em;
background: #eee;
color: #333;
padding: 10px 15px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
position: relative;
}
.widget_tag_cloud .tagcloud a:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 2px solid #fff;
content: '';
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
opacity: 0;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus{
text-decoration: none;
color: #fff;
background: #f3c9dd;
}
.widget_tag_cloud .tagcloud a:hover:after,
.widget_tag_cloud .tagcloud a:focus:after{opacity: 1;}
.widget_recent_comments ul,
.widget_rss ul{color: #999;}
.widget_rss .widget-title a{color: #111;}
.widget_rss .widget-title a:hover,
.widget_rss .widget-title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.widget_search .search-form{
border: 1px solid #e5e5e5;
}
.widget_search .search-form:after{
content: '';
display: block;
clear: both;
}
.widget_search .search-form label{
float: left;
width: 80%;
padding: 10px 0 0 20px;
}
.widget_search .search-form input[type="search"]{
padding: 0;
margin: 0;
background: none;
border: 0;
border-radius: 0;
width: 100%;
}
.widget_search .search-form input[type="submit"]{
padding: 0;
margin: 0;
float: right;
font-size: 0;
background: #000 url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/bg-search-white.png) no-repeat 50% 50%;
width: 48px;
height: 48px;
border: 0;
}  .widget_bttk_author_bio .image-holder{margin: 0;}
.widget_bttk_author_bio .image-holder img, 
.widget_bttk_author_bio .image-holder .fallback-svg{
vertical-align: top;
width: 100%;
}
.widget_bttk_author_bio .text-holder{
border: 1px solid #eee;
border-top: 0;
padding: 15px 25px;
background: #fff;
}
.widget_bttk_author_bio .title-holder{
font-size: 28px;
line-height: 1.142em;
color: #111;
font-family: 'Playfair Display', serif;
margin: 0 0 15px;
}
.widget_bttk_author_bio .signature-holder{margin: 0 0 15px;}
.widget_bttk_author_bio .readmore{
background: #111;
color: #fff;
display: inline-block;
letter-spacing: 1px;
padding: 12px 29px 9px 32px;
position: relative;
text-transform: uppercase;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.widget_bttk_author_bio .readmore:after{
border: 4px solid #fff;
bottom: 1px;
content: "";
left: 1px;
opacity: 0;
position: absolute;
right: 1px;
top: 1px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.widget_bttk_author_bio .readmore:hover,
.widget_bttk_author_bio .readmore:focus{
background: #f3c9dd;
text-decoration: none;
}
.widget_bttk_author_bio .readmore:hover:after{opacity: 1;}
.widget_bttk_author_bio .author-socicons li{
padding: 0;
border-bottom: 0;
margin: 0 7px;
}
.widget_bttk_author_bio .author-socicons li:before{
display: none;
}
.widget_bttk_author_bio .author-socicons{
border-top: 1px solid #eee;
padding-top: 10px;
} .widget_bttk_custom_categories ul li{
background-size: cover !important;
padding: 0;
border-bottom: 0;
margin: 0 0 5px;
}
.widget_bttk_custom_categories ul li:before{display: none;}
.widget_bttk_custom_categories ul li a{color: #fff;}
.widget_bttk_custom_categories ul li .cat-title{
font-weight: 500;
padding: 11px 0 0 12px;
}
.widget_bttk_custom_categories ul li a:hover .post-count,
.widget_bttk_custom_categories ul li a:hover:focus .post-count{
background: #f3c9dd;
color: #333;
} .widget_bttk_popular_post ul li,
.widget_bttk_pro_recent_post ul li{
margin: 0 0 30px;
padding: 0;
border-bottom: 0;
}
.widget_bttk_popular_post ul li:before,
.widget_bttk_pro_recent_post ul li:before{
display: none;
}
.widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title{
font-family: 'Playfair Display', serif;
font-weight: 400;
margin: 0 0 6px;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a{
color: #999;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a:hover,
.widget_bttk_popular_post ul li .entry-header .entry-meta a:focus,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:focus{
color: #f3c9dd;
}
.widget_bttk_popular_post .style-two li .entry-header .cat-links a,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a{
color: #f3c9dd;
}
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:hover,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:hover,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:focus{
text-decoration: underline;
} .widget_bttk_social_links ul{
margin: 0 -2px;
overflow: hidden;
}
.widget_bttk_social_links ul li{
border-bottom: 0;
float: left;
padding: 0 2px;
margin: 0 0 4px;
}
.widget_bttk_social_links ul li:before{display: none;}
.widget_bttk_social_links ul li a{
display: block;
width: 62px;
height: 62px;
background: #111;
color: #fff;
text-align: center;
line-height: 62px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.widget_bttk_social_links ul li a:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
opacity: 0;
}
.widget_bttk_social_links ul li a:hover,
.widget_bttk_social_links ul li a:focus{
background: #f3c9dd;
color: #fff !important;
}
.widget_bttk_social_links ul li a:hover:after,
.widget_bttk_social_links ul li a:focus:after{
opacity: 1;
} .bttk_snapcode_widget img, 
.bttk_snapcode_widget .fallback-svg {
vertical-align: top;
}
.bttk_snapcode_widget{
color: #999;
font-size: 14px;
}
.bttk_snapcode_widget p{margin-top: 10px;} .widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:before,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:before{
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
content: '';
border: 2px solid #fff;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
opacity: 0;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:hover,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:focus,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:hover,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:focus{
background: #d1a7bc;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:hover:before,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:focus:before,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:hover:before,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:focus:before{
opacity: 1;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title{
font-family: "Playfair Display",serif;
font-weight: 400;
margin: 0 0 6px;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a{
color: #111;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a:hover,
.widget_bttk_posts_category_slider_widget .carousel-title .title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
top: 40%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
} .widget_bttk_image_text_widget ul li{
padding: 0;
border-bottom: 0;
}
.widget_bttk_image_text_widget ul li:before{
display: none;
}
.widget_bttk_image_text_widget ul li .btn-readmore:after{
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.widget_bttk_image_text_widget ul li .btn-readmore:hover,
.widget_bttk_image_text_widget ul li .btn-readmore:focus{
background: #f3c9dd;
color: #fff;
}
.widget_bttk_image_text_widget ul li .btn-readmore:hover:after,
.widget_bttk_image_text_widget ul li .btn-readmore:focus:after{
opacity: 1;
} .widget_btif_instagram_widget ul li{
padding: 0;
margin: 0;
border-bottom: 0;
}
.widget_btif_instagram_widget ul li:before{
display: none;
} .widget_media_gallery .gallery{
margin: 0 -2px;
}
.widget_media_gallery .gallery .gallery-item{
padding: 0 2px;
margin: 0 0 4px;
}
.widget_media_gallery .gallery .gallery-item img, 
.widget_media_gallery .gallery .gallery-item .fallback-svg {
vertical-align: top;
} .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper:after{
background: rgba(243, 201, 221, 0.8);
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper{padding: 40px 60px;}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder{
text-align: center;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3{
font-family: 'Playfair Display', serif;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-top: 0 !important;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover,
.blossomthemes-email-newsletter-wrapper form input[type="submit"]:focus{
background: #fff;
border-color: #fff;
color: #111;
}  #secondary .widget_blossomtheme_featured_page_widget .widget-featured-holder{
display: grid;
}
#secondary .widget_blossomtheme_featured_page_widget .img-holder{
grid-row-start: 2;
margin: 0 0 20px;
}
#secondary .widget_blossomtheme_featured_page_widget .img-holder a{display: block;}
#secondary .widget_blossomtheme_featured_page_widget .img-holder img, 
#secondary .widget_blossomtheme_featured_page_widget .img-holder .fallback-svg{
vertical-align: top;
}
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:hover,
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:focus{
background: #f3c9dd;
text-decoration: none;
}
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:hover:after,
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:focus:after{
opacity: 1;
} #secondary .widget_blossomtheme_companion_cta_widget .widget-title{
color: #fff;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container{
padding: 20px;
text-align: center;
color: #fff;
position: relative;
z-index: 1;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg{
position: relative;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
margin: 0 5px 10px;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:hover,
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:focus{
background: #f3c9dd;
text-decoration: none;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:hover:after,
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:focus:after{
opacity: 1;
} #secondary .widget_blossom_client_logo_widget .blossom-inner-wrap{
text-align: center;
}
#secondary .widget_blossom_client_logo_widget .image-holder{
margin: 0 0 20px;
}
#secondary .widget_blossom_client_logo_widget .image-holder a{
display: inline-block;
}
#secondary .widget_blossom_client_logo_widget .black-white img, 
#secondary .widget_blossom_client_logo_widget .black-white .fallback-svg{
filter: grayscale(100%);
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
#secondary .widget_blossom_client_logo_widget .black-white img:hover,
#secondary .widget_blossom_client_logo_widget .black-white img:focus, 
#secondary .widget_blossom_client_logo_widget .black-white .fallback-svg:hover,
#secondary .widget_blossom_client_logo_widget .black-white .fallback-svg:focus{
filter: grayscale(0);
} #secondary .widget_bttk_contact_social_links .contact-list{
margin: 0 0 20px;
}
#secondary .widget_bttk_contact_social_links .contact-list li{
padding: 0;
border-bottom: 0; 
}
#secondary .widget_bttk_contact_social_links .contact-list li:before{
display: none;
}
#secondary .widget_bttk_contact_social_links .contact-list li svg{
margin-right: 5px;
min-width: 20px;
}
#secondary .widget_bttk_contact_social_links .social-networks{
overflow: hidden;
}
#secondary .widget_bttk_contact_social_links .social-networks li{
padding: 0;
border-bottom: 0;
float: left;
margin: 0 15px 15px 0;
}
#secondary .widget_bttk_contact_social_links .social-networks li:before{
display: none;
} #secondary .widget_bttk_icon_text_widget .text-holder{
margin: 0 0 20px;
}
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore:hover,
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore:focus{
background: #f3c9dd;
text-decoration: none;
}
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore:hover:after,
#secondary .widget_bttk_icon_text_widget .text-holder .btn-readmore:focus:after{
opacity: 1;
}
#secondary .widget_bttk_icon_text_widget .icon-holder{
font-size: 40px;
} #secondary .widget_blossomthemes_stat_counter_widget .icon-holder{
text-align: center;
font-size: 40px;
margin: 0 0 20px;
}
#secondary .widget_blossomthemes_stat_counter_widget .hs-counter{
text-align: center;
font-size: 40px;
font-weight: 700;
line-height: 1.23em;
} #secondary .widget_bttk_description_widget .image-holder{
margin: 0 0 20px;
text-align: center;
}
#secondary .widget_bttk_description_widget .image-holder img, 
#secondary .widget_bttk_description_widget .image-holder .fallback-svg{
vertical-align: top;
border-radius: 50%;
}
#secondary .widget_bttk_description_widget .text-holder{
text-align: center;
}
#secondary .widget_bttk_description_widget .text-holder .name{
display: block;
font-size: 20px;
line-height: 1.2em;
margin: 0 0 6px;
font-family: 'Playfair Display', serif;
}
#secondary .widget_bttk_description_widget .text-holder .designation{
font-size: 14px;
color: #999;
display: block;
}
#secondary .widget_bttk_description_widget .text-holder .description{
margin-top: 15px;
}
#secondary .widget_bttk_description_widget .social-profile{
text-align: center;
}
#secondary .widget_bttk_description_widget .social-profile li{
margin: 0;
padding: 0;
border-bottom: 0;
display: inline;
margin: 0 7px 15px;
}
#secondary .widget_bttk_description_widget .social-profile li:before{
display: none;
} #secondary .widget_bttk_testimonial_widget .img-holder{
text-align: center;
margin: 0 0 20px;
}
#secondary .widget_bttk_testimonial_widget .img-holder img, 
#secondary .widget_bttk_testimonial_widget .img-holder .fallback-svg {
vertical-align: top;
border-radius: 50%;
}
#secondary .widget_bttk_testimonial_widget .text-holder{
text-align: center;
}
#secondary .widget_bttk_testimonial_widget .text-holder .name{
display: block;
font-size: 20px;
line-height: 1.2em;
margin: 0 0 6px;
font-family: 'Playfair Display', serif;
}
#secondary .widget_bttk_testimonial_widget .text-holder .designation{
font-size: 14px;
color: #999;
display: block;
}
#secondary .widget_bttk_testimonial_widget .text-holder .testimonial-content{
margin-top: 15px;
} .search-result-page #primary{
width: 100%;
}
.search-result-page #primary .site-main {
padding-right: 0;
}
.search-result-page #primary .search-post{
width: 33%;
display: block;
padding: 0 15px;
margin: 0 0 40px;
display: inline-block;
vertical-align: top;
}
.search #primary .search-post .post-thumbnail{
display: block;
margin: 0 0 15px;
width: 100%;
}
.search #primary .search-post .text-holder .entry-header .entry-title{
font-size: 28px;
line-height: 1.214em;
margin: 0 0 20px;
color: #111;
font-weight: 700;
font-family: "Playfair Display",serif;
}
.search #primary .search-post .text-holder .entry-header .entry-title a{
color: #111;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.search #primary .search-post .text-holder .entry-header .entry-title a:hover,
.search #primary .search-post .text-holder .entry-header .entry-title a:focus{
text-decoration: none;
color: #f3c9dd;
}
.search #primary .search-post .text-holder .entry-header .entry-meta{margin: 0 0 14px;}
.search #primary .search-post .text-holder .entry-header .cat-links{float: left;}
.search #primary .search-post .text-holder .entry-header .top:after{
content: '';
display: block;
clear: both;
}
.search #primary .search-post .text-holder .entry-header .top .share{
float: right;
font-size: 14px;
line-height: 1.5em;
color: #666;
margin: 0;
cursor: pointer;
position: relative;
padding: 0 0 10px;
}
.search #primary .search-post .text-holder .entry-header .top .share svg{
color: #111;
margin-right: 5px;
}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks{
position: absolute;
top: 24px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks ul{
margin: 0;
padding: 13px 7px 10px 9px;
list-style: none;
font-size: 14px;
line-height: 1.142em;
background: #f5f5f5;
border: 1px solid #eee;
display: flex;
position: relative;
}
.search #primary .search-post .text-holder .entry-header .top .share:hover .social-networks,
.search #primary .search-post .text-holder .entry-header .top .share:focus .social-networks{display: block;}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks:before{
position: absolute;
top: -5px;
left: 50%;
width: 12px;
height: 12px;
background: #f5f5f5;
border: 1px solid #eee;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks li{
display: inline-block;
margin: 0 4px;
}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks li a{
color: #333;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
.search #primary .search-post .text-holder .entry-header .top .share .social-networks li a:hover,
.search #primary .search-post .text-holder .entry-header .top .share .social-networks li a:focus{
text-decoration: none;
color: #f3c9dd;
}
.search .pagination{
margin: 30px 0 0;
text-align: center;
}
.search .pagination a,
.search .pagination .current,
.archive .pagination a,
.archive .pagination .current{
float: none;
display: inline-block;
}
.search .pagination .dots,
.archive .pagination .dots{
display: inline-block;
float: none;
}
.search .top-bar .search-form{
border: 1px solid #e5e5e5;
background: #fff;
max-width: 560px;
margin: 0 auto 30px;
padding: 12px 15px;
}
.search .top-bar .search-form:after{
content: '';
display: block;
clear: both;
}
.search .top-bar .search-form label{
float: left;
width: 90%;
}
.search .top-bar .search-form input[type="search"]{
border: 0;
padding: 0;
margin: 0;
width: 100%;
float: left;
text-align: center;
}
.search .top-bar .search-form input[type="submit"]{
background: url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/bg-search.png) no-repeat;
width: 18px;
height: 17px;
font-size: 0;
border: 0;
padding: 0;
margin: 6px 0 0;
float: right;
}
.search .top-bar .result-count{
font-size: 18px;
}
.search .top-bar .result-count strong{
font-weight: 600;
} .error-holder{
max-width: 690px;
margin: 0 auto;
text-align: center;
}
.error-holder #primary{
float: none;
display: block;
width: 100%;
}
.error-holder #primary .site-main{padding-right: 0;}
.error-holder .page-header{
margin: 0 0 40px;
}
.error-holder .page-content{
font-size: 25px;
line-height: 1.52em;
color: #333;
}
.error-holder .page-content .number-404{
font-size: 400px;
font-weight: 700;
font-family: "Playfair Display",serif;
color: #111;
margin: 60px 0 0.6em;
line-height: 0.25em;
text-shadow: 6px 6px 0 #f3c9dd;
}
.error-holder .page-content a{
font-size: 16px;
line-height: 1.25em;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
background: #000;
display: inline-block;
margin: 0 0 40px;
padding: 20px 30px;
position: relative;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.error-holder .page-content a:after{
content: '';
position: absolute;
top: 1px;
left: 1px;
bottom: 1px;
right: 1px;
border: 4px solid #fff;
opacity: 0;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.error-holder .page-content a:hover,
.error-holder .page-content a:focus{
text-decoration: none;
background: #f3c9dd;
}
.error-holder .page-content a:hover:after,
.error-holder .page-content a:focus:after{
opacity: 1;
}
.error-holder .page-content .search-form{
border: 1px solid #e5e5e5;
max-width: 560px;
margin: 0 auto;
text-align: left;
padding: 5px 15px;
}
.error-holder .page-content .search-form:after{
content: '';
display: block;
clear: both;
}
.error-holder .page-content .search-form label{
float: left;
width: 90%;
}
.error-holder .page-content .search-form input[type="search"]{
border: 0;
border-radius: 0;
background: none;
margin: 0;
padding: 0;
}
.error-holder .page-content .search-form input[type="submit"]{
font-size: 0;
background: url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/bg-search.png) no-repeat;
width: 18px;
height: 17px;
float: right;
margin: 11px 0 0;
padding: 0;
border: 0;
} .site-footer .footer-t{
background: #181818;
padding: 81px 0 40px;
}
.site-footer .footer-t{color: #999;}
.footer-t .row:not(.column-1) {
display: grid;
grid-gap: 30px;
}
.footer-t .row.column-2 {
grid-template-columns: repeat(2, 1fr);
}
.footer-t .row.column-3 {
grid-template-columns: repeat(3, 1fr);
}
.footer-t .row.column-4 {
grid-template-columns: repeat(4, 1fr);
}
.site-footer .widget{margin: 0 0 60px;}
.site-footer .widget .widget-title{
color: #fff;
text-align: left;
padding: 0 0 10px;
margin: 0 0 30px;
}
.site-footer .widget .widget-title:after{
background: #464646;
left: 0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
margin-right: 0;
}
.site-footer .widget ul li{
border-bottom: 0;
padding: 0;
}
.site-footer .widget ul li:before{display: none;}
.site-footer .widget ul li a{
color: #999;
}
.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus{
color: #f3c9dd;
}
.site-footer .widget_calendar thead th{
background: none;
color: #999;
}
.site-footer .widget_calendar tbody td{color: #999;}
.site-footer .widget_recent_comments ul li a,
.site-footer .widget_rss ul li a{color: #fff;}
.site-footer .widget_rss .widget-title a{color: #fff;}
.site-footer .widget_search .search-form input[type="search"]{
color: #fff;
}
.site-footer .widget_search .search-form input[type="submit"]{
background: #fff url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/images/bg-search.png) no-repeat 50% 50%;
}
.site-footer .widget_bttk_image_text_widget ul li .btn-readmore:hover,
.site-footer .widget_bttk_image_text_widget ul li .btn-readmore:focus{color: #fff;}
.site-footer .widget_bttk_custom_categories ul li a{color: #fff;}
.site-footer .widget_bttk_popular_post ul li .entry-title a,
.site-footer .widget_bttk_pro_recent_post ul li .entry-title a{color: #fff;}
.site-footer .widget_bttk_posts_category_slider_widget .carousel-title .title a{color: #fff;}
.site-footer .widget_bttk_posts_category_slider_widget .carousel-title .title a:hover,
.site-footer .widget_bttk_posts_category_slider_widget .carousel-title .title a:focus{
color: #f3c9dd;
}
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span,
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:focus,
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover > span,
.site-footer .widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:focus > span{background: #999;}
.site-footer .widget_bttk_popular_post .style-three li .entry-header,
.site-footer .widget_bttk_pro_recent_post .style-three li .entry-header{
background: #181818;
}
.site-footer .widget_bttk_social_links ul li a{color: #fff;}
.site-footer .widget_bttk_social_links ul li{padding: 0 2px;}  .site-footer .widget_blossomtheme_featured_page_widget .widget-featured-holder{
display: grid;
}
.site-footer .widget_blossomtheme_featured_page_widget .img-holder{
grid-row-start: 2;
margin: 0 0 20px;
}
.site-footer .widget_blossomtheme_featured_page_widget .img-holder a{display: block;}
.site-footer .widget_blossomtheme_featured_page_widget .img-holder img, 
.site-footer .widget_blossomtheme_featured_page_widget .img-holder .fallback-svg {
vertical-align: top;
}
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:hover,
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:focus{
background: #f3c9dd;
text-decoration: none;
}
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:hover:after,
.site-footer .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:focus:after{
opacity: 1;
} .site-footer .widget_blossomtheme_companion_cta_widget .widget-title{
color: #fff;
}
.site-footer .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container{
padding: 20px;
text-align: center;
color: #fff;
position: relative;
z-index: 1;
}
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg{
position: relative;
}
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
margin: 0 5px 10px;
}
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta:hover,
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta:focus{
background: #f3c9dd;
text-decoration: none;
}
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta:hover:after,
.site-footer .widget_blossomtheme_companion_cta_widget .btn-cta:focus:after{
opacity: 1;
} .site-footer .widget_blossom_client_logo_widget .blossom-inner-wrap{
text-align: center;
}
.site-footer .widget_blossom_client_logo_widget .image-holder{
margin: 0 0 20px;
}
.site-footer .widget_blossom_client_logo_widget .image-holder a{
display: inline-block;
}
.site-footer .widget_blossom_client_logo_widget .black-white img, 
.site-footer .widget_blossom_client_logo_widget .black-white .fallback-svg{
filter: grayscale(100%);
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.site-footer .widget_blossom_client_logo_widget .black-white img:hover,
.site-footer .widget_blossom_client_logo_widget .black-white img:focus, 
.site-footer .widget_blossom_client_logo_widget .black-white .fallback-svg:hover,
.site-footer .widget_blossom_client_logo_widget .black-white .fallback-svg:focus{
filter: grayscale(0);
} .site-footer .widget_bttk_contact_social_links .contact-list{
margin: 0 0 20px;
}
.site-footer .widget_bttk_contact_social_links .contact-list li{
padding: 0;
border-bottom: 0; 
}
.site-footer .widget_bttk_contact_social_links .contact-list li:before{
display: none;
}
.site-footer .widget_bttk_contact_social_links .contact-list li svg{
margin-right: 5px;
min-width: 20px;
}
.site-footer .widget_bttk_contact_social_links .social-networks{
overflow: hidden;
}
.site-footer .widget_bttk_contact_social_links .social-networks li{
padding: 0;
border-bottom: 0;
float: left;
margin: 0 15px 15px 0;
}
.site-footer .widget_bttk_contact_social_links .social-networks li:before{
display: none;
} .site-footer .widget_bttk_icon_text_widget .text-holder{
margin: 0 0 20px;
}
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore{
display: inline-block;
background: #111;
color: #fff;
text-transform: uppercase;
padding: 12px 29px 9px 32px;
letter-spacing: 1px;
position: relative;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore:after{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 4px solid #fff;
content: '';
opacity: 0;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore:hover,
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore:focus{
background: #f3c9dd;
text-decoration: none;
}
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore:hover:after,
.site-footer .widget_bttk_icon_text_widget .text-holder .btn-readmore:focus:after{
opacity: 1;
}
.site-footer .widget_bttk_icon_text_widget .icon-holder{
font-size: 40px;
} .site-footer .widget_blossomthemes_stat_counter_widget .icon-holder{
text-align: center;
font-size: 40px;
margin: 0 0 20px;
}
.site-footer .widget_blossomthemes_stat_counter_widget .hs-counter{
text-align: center;
font-size: 40px;
font-weight: 700;
line-height: 1.23em;
}
.site-footer .footer-t .widget_blossomthemes_stat_counter_widget .col{
width: 100%;
padding: 0;
float: none;
display: block;
} .site-footer .widget_bttk_description_widget .image-holder{
margin: 0 0 20px;
text-align: center;
}
.site-footer .widget_bttk_description_widget .image-holder img, 
.site-footer .widget_bttk_description_widget .image-holder .fallback-svg {
vertical-align: top;
border-radius: 50%;
}
.site-footer .widget_bttk_description_widget .text-holder{
text-align: center;
}
.site-footer .widget_bttk_description_widget .text-holder .name{
display: block;
font-size: 20px;
line-height: 1.2em;
margin: 0 0 6px;
font-family: 'Playfair Display', serif;
}
.site-footer .widget_bttk_description_widget .text-holder .designation{
font-size: 14px;
color: #999;
display: block;
}
.site-footer .widget_bttk_description_widget .text-holder .description{
margin-top: 15px;
}
.site-footer .widget_bttk_description_widget .social-profile{
text-align: center;
}
.site-footer .widget_bttk_description_widget .social-profile li{
margin: 0;
padding: 0;
border-bottom: 0;
display: inline;
margin: 0 7px 15px;
}
.site-footer .widget_bttk_description_widget .social-profile li:before{
display: none;
} .site-footer .widget_bttk_testimonial_widget .img-holder{
text-align: center;
margin: 0 0 20px;
}
.site-footer .widget_bttk_testimonial_widget .img-holder img, 
.site-footer .widget_bttk_testimonial_widget .img-holder .fallback-svg {
vertical-align: top;
border-radius: 50%;
}
.site-footer .widget_bttk_testimonial_widget .text-holder{
text-align: center;
}
.site-footer .widget_bttk_testimonial_widget .text-holder .name{
display: block;
font-size: 20px;
line-height: 1.2em;
margin: 0 0 6px;
font-family: 'Playfair Display', serif;
}
.site-footer .widget_bttk_testimonial_widget .text-holder .designation{
font-size: 14px;
color: #999;
display: block;
}
.site-footer .widget_bttk_testimonial_widget .text-holder .testimonial-content{
margin-top: 15px;
}  
.site-info{
background: #111;
color: #999;
text-align: center;
padding: 25px 0;
font-size: 14px;
line-height: 1.5em;
}
.site-info a{
color: #999;
-webkit-transition: linear 0.1s;
-moz-transition: linear 0.1s;
transition: linear 0.1s;
}
.site-info a:hover,
.site-info a:focus{
text-decoration: none;
color: #fff;
}
#blossom-top{
position: fixed;
bottom: 20px;
right: 20px;
font-size: 10px;
background: #f3c9dd;
color: #fff;
line-height: 2.2em;
text-transform: uppercase;
width: 60px;
height: 60px;
z-index: 9999;
text-align: center;
display: none;
cursor: pointer;
border: none;
padding: 0;
}
#blossom-top:after{
border: 4px solid #fff;
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
content: '';
}
#blossom-top span{
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
-webkit-transform: translate(-50%, -40%);
-moz-transform: translate(-50%, -40%);
transform: translate(-50%, -40%);
}
#blossom-top svg{
font-size: 20px;
display: block;
line-height: 0;
text-align: center;
margin: 0 auto;
}
#primary-toggle-button,
#secondary-toggle-button{display: none;} .content-newsletter{
margin: 0 0 35px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper{
padding: 60px;
overflow: hidden;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:after{
background: rgba(243, 201, 221, 0.8);
}
.content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:before{
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 7px solid #fff;
content: '';
z-index: 1;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder{
width: 500px;
margin: 0 30px 0 0;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder h3{
font-size: 34px;
line-height: 1.264em;
font-family: 'Playfair Display', serif;
}
.blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: 1;
flex-wrap: wrap;
justify-content: center;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper form {
justify-content: center;
}
.blossomthemes-email-newsletter-wrapper form label {
order: 5;
width: 100%;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
justify-content: center;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-top: 6px;
background: rgba(0,0,0,0.3);
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked + .check-mark {
background: #fff;
}
.blossomthemes-email-newsletter-wrapper form label .text {
text-align: left;
flex: inherit;
max-width: calc(100% - 25px);
}
.blossomthemes-email-newsletter-wrapper form input[type="text"] {
width: 100%;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
margin: 10px 15px 0 0;
float: left;
width: 240px;
padding: 9px 7px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]{
width: 158px;
float: left;
padding: 9px 36px;
position: relative;
margin: 10px 0 0 0;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover,
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]:focus{
background: #fff;
color: #111;
border-color: #fff;
} .content-instagram{
padding: 0 15px;
margin: 0 0 30px;
position: relative;
}
.content-instagram .profile-link{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 14px;
color: #333;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 0 30px rgba(0,0,0,0.3);
padding: 10px 40px;
}
.content-instagram .profile-link:hover,
.content-instagram .profile-link:focus{
text-decoration: none;
}
.content-instagram .profile-link .insta-icon {
margin-right: 10px;
}
.content-instagram ul{
margin: 0;
padding: 0;
list-style: none;
}
.content-instagram ul li{
position: relative;
}
.content-instagram .popup-gallery:not(.photos-1) li {
padding: 15px;
}
.content-instagram ul li .instagram-meta{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
color: #fff;
padding: 10px;
opacity: 0;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
text-align: center;
}
.content-instagram ul li:hover .instagram-meta,
.content-instagram ul li:focus .instagram-meta{
opacity: 1;
}
.content-instagram ul li:focus-within .instagram-meta{
opacity: 1;
}
.content-instagram ul li .instagram-meta .like{
display: inline-block;
background: #F3C9DD;
margin: 0 2px;
padding: 10px;
position: relative;
}
.content-instagram ul li .instagram-meta .like:before{
content: '';
position: absolute;
border: 3px solid #fff;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
.content-instagram ul li .instagram-meta .comment{
display: inline-block;
background: #F3C9DD;
margin: 0 2px;
padding: 10px;
position: relative;
}
.content-instagram ul li .instagram-meta .comment:before{
content: '';
position: absolute;
border: 3px solid #fff;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
.content-instagram ul li .instagram-meta svg:before{
margin-right: 5px;
}
.content-instagram ul li img, 
.content-instagram ul li .fallback-svg{
vertical-align: top;
} .single .content-newsletter{margin-top: 60px;}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper{
flex-direction: column;
text-align: center;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder{
margin: 0 0 30px;
} .portfolio-sorting .button:hover,
.portfolio-sorting .button:focus,
.portfolio-sorting .button.is-checked{
color: #f3c9dd;
}
.portfolio-text-holder .portfolio-img-title{
font-family: 'Playfair Display', serif;
}
.portfolio-item .portfolio-img-title a{
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.portfolio-item .portfolio-img-title a:hover,
.portfolio-item .portfolio-img-title a:focus{
color: #f3c9dd;
}
.portfolio-item .portfolio-cat a{
font-size: 13px;
line-height: 1.615em;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0;
margin: 0 5px 5px;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.portfolio-item .portfolio-cat a:hover,
.portfolio-item .portfolio-cat a:focus{
color: #f3c9dd;
}
.entry-header .portfolio-cat{margin: 0 0 20px;}
.entry-header .portfolio-cat a{
font-size: 13px;
line-height: 1.2em;
font-weight: 500;
text-transform: uppercase;
color: #b5b5b5;
margin: 0 10px 10px 0;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.entry-header .portfolio-cat a:hover,
.entry-header .portfolio-cat a:focus{
color: #f3c9dd;
}
.portfolio-holder .entry-header .entry-title{
font-size: 34px;
line-height: 1.176em;
margin: 0 0 15px;
font-family: 'Playfair Display', serif;
color: #111;
}
.portfolio-holder .entry-header{
border-bottom: 0;
padding-bottom: 0;
}
.single-blossom-portfolio .post-navigation .nav-links{
margin-top: 30px;
}
.single-blossom-portfolio .post-navigation .nav-previous a,
.single-blossom-portfolio .post-navigation .nav-next a{
font-size: 22px;
line-height: 1.5em;
display: block;
font-family: 'Playfair Display', serif;
color: #333;
font-weight: 700;
}
.single-blossom-portfolio .post-navigation .nav-previous a:hover,
.single-blossom-portfolio .post-navigation .nav-previous a:focus,
.single-blossom-portfolio .post-navigation .nav-next a:hover,
.single-blossom-portfolio .post-navigation .nav-next a:focus{
text-decoration: none;
color: #fff;
}
.related-portfolio-title{
font-size: 30px;
line-height: 1.2em;
color: #111;
margin: 30px;
font-family: 'Playfair Display', serif;
font-weight: 700;
}
.comments-area .comment-form label[for="wp-comment-cookies-consent"]{
display: inline-block;
margin-left: 5px;
}
.site-footer .site-info a.privacy-policy-link {
display: inline-block;
margin-left: 5px;
} @media only screen and (max-width: 1440px){
.container{
max-width: 1170px;
}
#primary .post .img-holder,
.archive .blossom-portfolio .post-thumbnail{
margin-right: 30px;
width: 375px;
}
#primary .sticky .img-holder{
margin-right: 0;
display: block;
width: 100%;
}
#primary .post .text-holder .entry-header, 
.archive .blossom-portfolio .entry-header{
margin: 0;
}
#primary .post .text-holder .entry-header .cat-links{margin: 0 0 10px;}
#primary .post .text-holder .entry-header .entry-title, 
.archive .blossom-portfolio .entry-header .entry-title{
font-size: 32px;
line-height: 1.218em;
margin: 0 0 15px;
}
#primary .sticky .text-holder .entry-header .entry-title{
font-size: 36px;
line-height: 1.222em;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder{
width: 440px;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper{padding: 20px;}
.content-newsletter .blossomthemes-email-newsletter-wrapper{padding: 30px;}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 210px;
}
}
@media only screen and (max-width: 1199px){
.custom-background .site{
max-width: 90%;
}
.container{
max-width: 970px;
}
.banner .banner-text{bottom: 5%;}
.banner .banner-text .title{
font-size: 36px;
line-height: 1.222em;
}
#primary .post .img-holder, 
.archive .blossom-portfolio .post-thumbnail{width: 305px;}
#primary .sticky .img-holder{width: 100%;}
.gallery .gallery-holder{
margin: 0 -5px;
}
.gallery .gallery-item{padding: 0 5px;}
.related-post .post .text-holder .entry-title{
font-size: 15px;
line-height: 1.333em;
}
.footer-t .row.column-3, 
.footer-t .row.column-4 {
grid-template-columns: repeat(2, 1fr);
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder{
margin: 0 0 30px;
width: 100%;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder h3{font-size: 28px;}
.content-newsletter .blossomthemes-email-newsletter-wrapper{
flex-direction: column;
text-align: center;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 180px;
margin: 0 5px 0 0;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3{font-size: 24px;}
}
@media only screen and (max-width: 1024px){
.container{
max-width: 670px;
}
.header-b{
padding: 10px 0 7px;
position: relative;
} #primary-toggle-button{
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background: none;
border: none;
color: inherit;
padding: 0;
}
#primary-toggle-button.active {
display: none;
}
#primary-toggle-button svg{margin-right: 5px;}
#primary-toggle-button.active + .main-navigation {
padding-top: 30px;
}
.main-navigation .primary-menu-list{
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 44vh;
overflow: visible;
background: #fff;
border-top: 1px solid #eee;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
z-index: 999;
}
.main-navigation .close {
position: absolute;
top: -37px;
left: 0;
right: 0;
text-align: center;
margin: 0 auto;
background: none;
border: none;
color: initial;
padding: 0;
}
.main-navigation .close svg{margin-right: 5px;}
.main-navigation .primary-menu-list .mobile-menu {
overflow: auto;
max-height: 44vh;
max-width: 500px;
margin: 0 auto;
padding: 0 15px;
}
.main-navigation ul{
text-align: left;
font-size: 14px;
line-height: 1.428em;
}
.main-navigation ul li.menu-item-has-children:after{
display: none;
}
.main-navigation ul li{
display: block;
margin: 0;
padding: 0;
overflow: hidden;
}
.main-navigation ul li a{
color: #666;
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
}
.main-navigation ul li .submenu-toggle{
background: none;
border: none;
padding: 0;
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
color: inherit;
text-align: center;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.main-navigation ul li.menu-item-has-children > .submenu-toggle {
display: block;
}
.main-navigation ul li .submenu-toggle.active{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.main-navigation ul ul{
display: none;
opacity: 1;
filter: alpha(opacity=100);
position: unset;
width: 100%;
background: none;
margin: 0;
border: 0;
padding: 0 0 0 35px;
}
.main-navigation ul ul:after{display: none;}
.main-navigation ul ul li{padding: 0;}
.main-navigation ul ul li a,
.main-navigation ul ul li:last-child a{
color: #666;
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
margin: 0;
}
.main-navigation ul ul ul{
position: unset;
padding: 0 0 0 35px;
}
.main-navigation ul ul:before{display: none;}
.banner img, 
.banner .fallback-svg {
height: 500px;
}
.banner .banner-text{
max-width: 580px;
width: 100%;
padding: 0 15px;
}
.category-section{margin: 0 0 40px;}
.category-section .col .img-holder .text-holder span{
padding: 5px 25px;
font-size: 16px;
}
.category-section .col .img-holder .text-holder{
border: 0;
padding: 0;
}
#primary,
#secondary{
width: 100%;
}
#primary .site-main{padding-right: 0;}
.leftsidebar #primary .site-main {
padding-left: 0;
}
#secondary{margin-top: 80px;}
#primary .post, 
.archive .blossom-portfolio{margin: 0 0 40px;}
.subscribe-holder .bg-holder{padding: 30px 20px;}
.archive #primary .post,
.search-result-page #primary .search-post, 
.archive .blossom-portfolio{width: 50%;}
.search-result-page #primary .search-post {
width: 49%;
}
.archive #primary .post .text-holder .entry-header .entry-title,
.search #primary .search-post .text-holder .entry-header .entry-title, 
.archive .blossom-portfolio .entry-header .entry-title{
font-size: 22px;
line-height: 1.454em;
margin: 0 0 15px;
}
.page-header .page-title{
font-size: 36px;
line-height: 1.222em;
margin: 0 0 10px;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
font-size: 30px;
line-height: 1.5em;
padding: 50px 20px 39px;
}
.portfolio-img-holder .portfolio-item{width: 50%;}
.footer-t .row {
margin-left: 0;
margin-right: 0;
}
.content-instagram .profile-link {
position: static;
display: table;
margin: 20px auto 0;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
}
@media screen and (min-width: 768px) {
.secondary-nav .secondary-menu-list, 
.secondary-nav ul ul {
display: block !important;
}
.secondary-nav .secondary-menu-list {
height: auto !important;
overflow: visible !important;
}
.secondary-nav .secondary-menu-list .close {
display: none;
}
.secondary-nav ul li.menu-item-has-children > a {
padding-right: 15px;
}
.secondary-nav .submenu-toggle {
background: none;
border: none;
padding: 0;
position: absolute;
top: 12px;
right: 0;
height: auto;
min-height: auto;
line-height: 1;
}
.secondary-nav ul ul .submenu-toggle {
color: inherit;
top: 3px;
right: 3px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.secondary-nav .submenu-toggle:hover, 
.secondary-nav .submenu-toggle:focus {
color: #f3c9dd;
} 
}
@media only screen and (max-width: 767px){
.container{
width: 100%;
max-width: 100%;
}
.comments-area .children {
margin-left: 10px;
}
.comments-area .children li {
padding-left: 15px;
}
.comments-area .children li:first-child::before {
width: 11px;
}
.comments-area .comment-body .comment-meta {
width: 35px;
margin-right: 15px;
}
.header-t{position: relative;}
#secondary-toggle-button{
display: inline-block;
color: #fff;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
margin: 6px 0;
padding: 0;
border: none;
background: none;
}
#secondary-toggle-button.active {
display: none;
}
.secondary-nav .secondary-menu-list{
display: none; 
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 50vh;
background: #fff;
border-top: 1px solid #eee;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.secondary-nav .close {
padding: 0;
border: none;
background: none;
position: absolute;
top: -37px;
left: 14px;
width: 17px;
height: 17px;
}
.secondary-nav .close:focus {
outline-color: #fff;
}
.secondary-nav .close .toggle-bar {
background: #fff;
width: 100%;
height: 3px;
position: absolute;
top: 0;
left: 0;
border-radius: 10px;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.secondary-nav .close .toggle-bar:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.secondary-nav .secondary-menu-list .mobile-menu {
overflow: auto;
max-height: 50vh;
}
.secondary-nav > div{
max-width: 100%;
padding: 0 15px;
}
.secondary-nav ul{
text-align: left;
font-size: 14px;
line-height: 1.428em;
}
.secondary-nav ul li.menu-item-has-children:after{
display: none;
}
.secondary-nav ul li{
display: block;
margin: 0;
padding: 0;
float: none;
}
.secondary-nav ul li a{
color: #666;
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
}
.secondary-nav ul li .submenu-toggle{
background: none;
border: none;
padding: 0;
font-size: 20px;
color: inherit;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.secondary-nav ul li .submenu-toggle.active{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.secondary-nav ul ul{
float: none;
display: none;
position: static;
width: 100%;
background: none;
margin: 0;
border: 0;
padding: 0 0 0 35px;
opacity: 1;
filter: alpha(opacity=100);
}
.secondary-nav ul ul:after{display: none;}
.secondary-nav ul ul li{padding: 0;}
.secondary-nav ul ul li a,
.secondary-nav ul ul li:last-child a{
color: #666;
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
margin: 0;
}
.secondary-nav ul ul ul{
position: unset;
padding: 0 0 0 35px;
}
.secondary-nav ul ul:before{display: none;}
.main-navigation ul li.menu-item-has-children > span, 
.secondary-nav ul li.menu-item-has-children > span {
display: block;
}
.header-m{
padding: 25px 0 40px;
}
.banner img, 
.banner .fallback-svg {
height: 350px;
}
.banner .banner-text{bottom: 20px;}
.banner .banner-text .title{
font-size: 24px;
line-height: 1.208em;
}
.banner .owl-nav .owl-next,
.banner .owl-nav .owl-prev{display: none;}
.category-section .col{
width: 100%;
margin-bottom: 30px;
}
.category-section .col .img-holder img, 
.category-section .col .img-holder .fallback-svg { 
width: 100%;
}
.category-section .col:last-child{margin-bottom: 0;}
.category-section .col .img-holder .text-holder span{
font-size: 24px;
padding: 15px 45px;
}
#primary .sticky .img-holder{margin-bottom: 15px;}
#primary .sticky .text-holder .entry-header .entry-title{
font-size: 22px;
line-height: 1.318em;
margin: 0 0 10px;
}
#primary .post .text-holder .entry-header .entry-meta .byline,
#primary .post .text-holder .entry-header .entry-meta .posted-on .text-on{
display: inline-block;
}
#primary .post .text-holder .entry-header .entry-meta .posted-on .text-on {
margin-right: 5px;
}
#primary .post.sticky .text-holder .entry-header .cat-links{margin: 0 0 10px;}
#primary .post.sticky .text-holder .entry-header .entry-meta{margin: 0 0 15px;}
#primary .post.sticky{margin: 0 0 40px;}
#primary .post{
display: block;
}
#primary .post .img-holder, 
.archive .blossom-portfolio .post-thumbnail{
width: 100%;
margin: 0 0 15px;
}
#primary .post .text-holder .entry-footer .share .social-networks{
left: 0;
}
#primary .post .text-holder .entry-footer .share .social-networks::before{
left: 65%;
}
.gallery{padding: 0 10px;}
.gallery .gallery-item{
margin-bottom: 10px;
width: 33.3333%;
}
.top-bar{padding: 25px 0;}
.page-header .page-title{
font-size: 22px;
line-height: 1.454em;
margin: 0 0 10px;
}
.archive #primary .post,
.search #primary .search-post, 
.archive .blossom-portfolio{width: 100%;}
.single #primary .post .text-holder .entry-header .entry-title{
font-size: 22px;
line-height: 1.454em;
margin: 0 0 10px;
}
.single #primary .post .text-holder .entry-content .social-share{
margin-right: 0;
margin-top: 30px;
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 2;
grid-row-end: 3;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
font-size: 22px;
line-height: 1.454em;
padding: 20px 15px 18px;
}
#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite{
font-size: 15px;
line-height: 1.333em;
}
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
width: 100%;
margin-right: 0;
font-size: 20px;
line-height: 1.4em; 
}
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
width: 100%;
margin-left: 0;
font-size: 20px;
line-height: 1.4em;
}
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{width: 100%;}
.author-section{display: block;}
.post-navigation .nav-links .nav-previous .post-title,
.post-navigation .nav-links .nav-next .post-title{
font-size: 17px;
line-height: 1.411em;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{width: 49%;}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a{padding: 15px;}
.related-post .post{
width: 100%;
margin: 0 0 30px !important;
}
.related-post .post:last-child{margin: 0;}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url{width: 100%;}
.alignright{
float: none;
display: block;
margin-left: 0;
}
.alignleft{
float: none;
display: block;
margin-right: 0;
}
.single #primary .post .text-holder .entry-content{
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
.single #primary .post .text-holder .entry-content .text{
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
.error-holder .page-content{
font-size: 16px;
line-height: 1.588em;
}
.error-holder .page-content .number-404{
font-size: 75px;
line-height: 1.093em;
margin: 0 0 26px;
text-shadow: 2px 2px 0 #f3c9dd;
}
.error-holder .page-content a{
padding: 20px 8px;
}
.error-holder .page-content p{margin: 0;}
.footer-t .grid:not(.column-1) {
grid-gap: 50px;
}
.footer-t .row.column-2, 
.footer-t .row.column-3, 
.footer-t .row.column-4 {
display: block;
grid-template-columns: repeat(1, 1fr);
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url,
.comments-area .comment-form .form-submit{
grid-column: 1 / span 3;
}
.comments-area .comment-form{
grid-gap: 15px;
}
.related-post .post .img-holder img, 
.related-post .post .img-holder .fallback-svg{
width: 100%;
}
.post-navigation .nav-links .nav-previous .meta-nav,
.post-navigation .nav-links .nav-next .meta-nav{
line-height: 1.5em;
}
.content-instagram{padding: 0 10px;}
.content-instagram .popup-gallery:not(.photos-1) li {
padding: 5px;
}
.content-instagram ul li .instagram-meta .like, 
.content-instagram ul li .instagram-meta .comment {
padding: 5px;
font-size: 14px;
line-height: 1.5;
margin: 2%;
}
.content-instagram ul li .instagram-meta .like::before, 
.content-instagram ul li .instagram-meta .comment::before {
border-width: 2px;
}
.content-instagram ul li .instagram-meta .like svg, 
.content-instagram ul li .instagram-meta .comment svg {
font-size: 12px;
}
.content-instagram .profile-link {
padding-left: 30px;
padding-right: 30px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 100%;
margin: 0 0 5px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]{width: 100%;}
.content-newsletter .blossomthemes-email-newsletter-wrapper form{
max-width: 280px;
margin: 0 auto;
}
.site-content{margin: 0 0 40px;}
.portfolio-img-holder .portfolio-item{width: 100%;}
.portfolio-sorting .button{
text-align: center;
margin: 0 15px 10px;
font-size: 14px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
width: 100%;
}
}.container {
max-width: 1170px;
padding: 0 15px;
}
.single-post .main-content {
margin-top: 2rem;
}
.main-content {
margin-top: 80px;
}
#primary {
width: calc(100% - 330px);
}
#secondary {
width: 330px;
} .header-m {
padding: 3rem 0;
}
.comments-area .comment-body .fn a:hover, 
.comments-area .comment-body .fn a:focus {
color: #d8bbb5;
} .banner-layout-two{margin-top: 30px;}
.banner-layout-two .owl-nav .owl-prev{
left: 275px;
}
.banner-layout-two .owl-nav .owl-next{
right: 275px;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next{
border-radius: 100%;
height:50px;
width: 50px;
}
.slider-layout-two img, 
.slider-layout-two .fallback-svg {
opacity: 0.5;
}
.slider-layout-two .active img, 
.slider-layout-two .active .fallback-svg {
opacity: 1;
}
.banner .owl-nav .owl-prev:after,
.banner .owl-nav .owl-next:after{
height: 25px;
} .main-navigation ul li{
font-size: 14px;
text-transform: uppercase;
font-weight: 700;	
}
.main-navigation ul ul li a{
font-size: 12px;
}
.main-navigation ul ul {
left: 10px;
} .secondary-nav ul li a{
font-size: 14px;
font-weight: 600;
padding: 11px 0;
}
.secondary-nav ul{
line-height: unset;
}
@media screen and (min-width: 768px) {
.secondary-nav .submenu-toggle {
display: none;
}
}
.header-t .social-networks{
font-size: 15px;
}
.header-t .right{
margin: 11px 0;
}
.svg-inline--fa{
width: 15px;
}
.header-t .tools{
padding-left: 14px;
} .header-layout-two .main-navigation ul#primary-menu>li{
margin: 0;
padding: 31px 25px;	
}
.main-navigation ul ul li {
margin: 0;
display: block;
padding: 0 18px 0 15px;
}
.header-layout-two .main-navigation ul li{
line-height: 1.29em;
}
.header-layout-two .main-navigation ul li.menu-item-has-children:after {
top: 32px;
right: 10px;
}
.header-layout-two .main-navigation ul ul li.menu-item-has-children::after {
top: 2px;
}
.header-layout-two .header-t{
background: rgba( 216, 187, 181, 0.3 );
}
.header-layout-two .secondary-nav ul li a,
.header-layout-two .header-t .social-networks li a{
color: #121212;
}
.header-layout-two .header-b{
padding-top: 0;
}
.header-layout-two .header-b #primary-toggle-button{
margin: 6px 0 0;
}
.header-layout-two .header-b .main-navigation{
float: left;
}
.header-layout-two .header-b .right{
float: right;
margin: 4px 0 0;
}
.header-layout-two .header-b .tools{
float: right;
padding-left: 15px;
margin: 25px 15px;
border-left: 1px solid #eee;
font-size: 18px;
line-height: 1.222em;
color: #111;
}
.header-layout-two .header-b .tools .form-section,
.header-layout-two .header-b .tools .cart{
display: inline-block;
vertical-align: middle;
margin: 0 6px;
color: #111;
}
.header-layout-two .header-b .tools .cart{
position: relative;
}
.header-layout-two .header-b .tools .cart svg{
color: #121212;
}
.header-layout-two .header-b .tools .cart .count{
position: absolute;
top: -7px;
right: -12px;
font-size: 11px;
color: #fff;
width: 18px;
height: 19px;
border-radius: 50%;
text-align: center;
line-height: 1.636em;
font-weight: 700;
}
.header-layout-two .header-b .tools .form-section{position: relative;}
.header-layout-two .header-b .tools .form-section #btn-search{
cursor: pointer;
color: inherit;
}
.header-layout-two .header-b .tools .form-section .form-holder{
position: absolute;
top: 30px;
right: -20px;
width: 230px;
background: #f9f9f9;
padding: 6px 10px;
border: 1px solid #eee;
display: none;
}
.header-layout-two .header-b .tools .form-section .form-holder:after{
width: 10px;
height: 10px;
background: #f9f9f9;
border: 1px solid #eee;
position: absolute;
top: -5px;
right: 20px;
content: '';
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-layout-two .header-b .tools .form-section .form-holder:before{
width: 10px;
height: 7px;
background: #f9f9f9;
top: -1px;
right: 20px;
content: '';
position: absolute;
z-index: 1; 
}
.header-layout-two .header-b .tools .form-section .form-holder .search-form {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-layout-two .header-b .tools .form-section .form-holder .search-form label{
width: 100%;
flex: 1;
}
.header-layout-two .header-b .tools .form-section .form-holder .search-form input[type="search"]{
font-size: 14px;
color: #111;
background: none;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
width: 100%;
}
.header-layout-two .header-b .tools .form-section .form-holder .search-form input[type="submit"] {
width: 20px;
height: 20px;
padding: 0;
border: none;
color: initial;
font-size: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-color: transparent;
background-repeat: no-repeat;
background-size: 15px;
background-position: center;
text-indent: 30px;
opacity: 0;
}
.header-layout-two .header-b .tools .form-section .form-holder .search-form input[type="submit"]:focus {
opacity: 0.7;
filter: alpha(opacity=70);
}
.header-layout-two .header-b .social-networks{
float: right;
margin: 2px 0 0;
padding: 0;
list-style: none;
font-size: 18px;
line-height: 1.166em;
}
.header-layout-two .header-b .social-networks li{
float: left;
margin-left: 22px;
}
.header-layout-two .header-b .social-networks li:first-child{
margin-left: 0;
}
.header-layout-two .header-b .social-networks li a{
color: #111;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.header-layout-two .header-b .social-networks li a:hover,
.header-layout-two .header-b .social-networks li a:focus{
text-decoration: none;
color: #f69581;
}
.banner .banner-text .cat-links a {
color: #111;
} .banner .banner-text .title{
font-size: 56px;
font-weight: 400;
margin-bottom: 0;
}
.banner.banner-layout-two .banner-text{
width: 100%;
max-width: unset;
padding: 0 100px;
bottom: 0;
margin-bottom: 60px;
}
#banner-slider .owl-item:after{
background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.3)));
background: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.3));
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background: #d8bbb5;
} .featured-area{
background: #E5EAEB;
}
.category-section .col .img-holder:after{
display: none;
}
.category-section .col .img-holder:hover img, 
.category-section .col .img-holder:focus img, 
.category-section .col .img-holder:hover .fallback-svg, 
.category-section .col .img-holder:focus .fallback-svg {
transform: none;
}
.category-section{
padding:100px 0;
margin-bottom: 3px;
}
.category-section .col .img-holder{
overflow: unset;
}
.category-section .col .img-holder .text-holder{
top: 100%;
}
.category-section .col .img-holder .text-holder{
width: 86.48%;
padding:2px;
border-color: #121212;
}
.category-section .col .img-holder .text-holder span{
padding:22px;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-align: center;
background: #121212;
}
.category-section .col .img-holder:hover .text-holder,
.category-section .col .img-holder:hover .text-holder span{
transition: all 0.3s ease-in-out;
} #primary .post .text-holder .entry-header .cat-links,
#primary .post.sticky .text-holder .entry-header .cat-links{
text-align: center;
}
#primary .post .text-holder .entry-header .cat-links a,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a, 
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a, 
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a,
.banner .banner-text .cat-links a,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a, 
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a, 
.widget_bttk_popular_post .style-three li .entry-header .cat-links a, 
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a, 
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a{
padding: 5px 10px;
background: rgba( 216, 187, 181, 0.3 );
color: #121212;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.15em;
text-decoration: none;
display: inline-block;
margin-bottom: 2px;
line-height: 1;
}
.banner .banner-text .cat-links a{
background: #fff;
margin-right: 2px;
}
.archive #primary .post .text-holder .entry-header .cat-links {
float: none;
}
#primary .post .text-holder .entry-header .cat-links a:hover,
#primary .post .text-holder .entry-header .cat-links a:focus,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:hover, 
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:hover,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:focus,
.banner .banner-text .cat-links a:hover,
.banner .banner-text .cat-links a:focus,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:hover,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:hover, 
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:focus,
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:hover, 
.widget_bttk_popular_post .style-three li .entry-header .cat-links a:focus,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:hover, 
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:focus,
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover,
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:focus{
text-decoration: none;
color: #fff;
transition: all 0.2s ease-in-out;
}
#primary .post .text-holder .entry-header .entry-title a, 
.archive .blossom-portfolio .entry-header .entry-title a,
#primary .sticky .text-holder .entry-header .entry-title,
#primary .post .text-holder .entry-header .entry-title{
font-weight: 400;
font-size: 40px;
color: #121212;
text-align: center;
line-height: 1.25em;
}
#primary .sticky .text-holder .entry-header .entry-title{
line-height: 1.25em;
}
#primary .sticky .text-holder .entry-header .entry-title,
#primary .post .text-holder .entry-header .entry-title, 
.archive .blossom-portfolio .entry-header .entry-title{
margin-bottom: 15px;
}
#primary .post.sticky .text-holder .entry-header .entry-meta{
margin-bottom: 25px;
}
#primary .post.sticky .text-holder .entry-header .entry-meta,
#primary .post .text-holder .entry-header .entry-meta{
text-align: center;
}
#primary .post .text-holder .entry-header .entry-meta a{
color: #121212;
}
#primary .post .text-holder .entry-header .entry-meta a:hover{
text-decoration: none;
}
.home #primary .post .text-holder .entry-content,
.blog #primary .post .text-holder .entry-content,
footer.entry-footer{
text-align: center;
}
.home #primary .post:not(.sticky) .img-holder,  
.blog #primary .post:not(.sticky) .img-holder, 
.archive .blossom-portfolio .post-thumbnail{
width: 320px;
height: 320px;
margin-right: 50px;
}
#primary .post .text-holder .entry-footer .btn-readmore{
float: none;
}
#primary .post .text-holder .entry-footer .btn-readmore,
#primary .post .text-holder .entry-footer .btn-readmore:hover,
#primary .post .text-holder .entry-footer .btn-readmore:focus{
background: transparent !important;
}
#primary .post .text-holder .entry-footer .btn-readmore:hover svg path,
#primary .post .text-holder .entry-footer .btn-readmore:focus svg path{
transition: all 0.3s ease-in-out;
}
#primary .post .text-holder .entry-header .entry-meta .comments svg {
margin-right: 7px;
vertical-align: middle;
}
#primary .post .text-holder .entry-header .entry-meta .comments svg path {
fill: #999;
}
#primary .post.sticky{
margin:0;
}
.home #primary .post, 
.blog #primary .post, 
.archive .blossom-portfolio{
margin: 0;
padding: 45px 0;
border-bottom:1px solid #EEEEEE;
align-items: center;
}
#primary .post.sticky{
padding-top: 0;
}
.archive #primary .post .text-holder .entry-header .entry-title a, 
.archive .blossom-portfolio .text-holder .entry-title a {
font-size: 28px;
line-height: 1.214em;
margin: 0 0 20px;
}
.page-header .page-title{
font-weight: 400;
} .pagination{
margin-top: 45px;
}
.pagination .current:after, 
.pagination a:after{
border:none;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pagination .current, 
.pagination a{
font-weight: 800;
font-size: 16px;
height: 48px;
border:2px solid #D8BBB5;
margin-right: 10px;
line-height: 2.65em;
} .content-instagram{
padding:60px 0 118px;
background: rgba( 216, 187, 181, 0.3 );
margin: 0;
}
.content-instagram .insta-title{
position: absolute;
top: -12px;
left: 50%;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 40px;
line-height: 1.25em;
text-transform: uppercase;
}
.content-instagram ul{
grid-gap: 0;
}
.content-instagram ul li img, 
.content-instagram ul li .fallback-svg{
height: auto;
}
.content-instagram .profile-link{
background: transparent;
padding:0 0 60px;
top: 100%;
font-weight: 600;
line-height: 1.14em;
bottom: -7.7%;
top: unset;
}
.content-instagram .profile-link .insta-icon{
display: none;
} .newsletter-section{
background: #E5EAEB;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:before{
border: none;
}
.content-newsletter{
margin: 0;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper{
padding: 80px 0 87px;
display: grid;
justify-content: center;
text-align: center;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder h3{
font-size: 40px;
line-height: 1.25em;
font-weight: 400;
margin-bottom: 15px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper .text-holder{
width: unset;
margin: 0 0 40px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 280px;
padding: 16px;
font-size: 14px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"]{
padding: 15px 50px;
margin-top: 0;
font-weight: 700;
font-size: 14px;
width: unset;
letter-spacing: 0.1em;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
margin-right: 20px;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-top: 8px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper label{
font-size: 14px;
}
input[type="checkbox"], 
input[type="radio"] {
vertical-align: middle;
}
::placeholder{
color: #999596;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper{
padding: 40px;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 200px;
}
.widget.widget_blossomthemes_email_newsletter_widget label{
font-size: 14px;
margin-bottom: 10px;
display: block;
font-weight: 400;
}
.blossomthemes-email-newsletter-wrapper form input[type="text"], 
.blossomthemes-email-newsletter-wrapper form input[type="email"], 
.blossomthemes-email-newsletter-wrapper form input[type="submit"]{
font-size: 14px;
}
.related-post .post {
float: left;
width: 33.3333%;
padding: 0 15px;
}
.related-post .post .text-holder .cat-links a{
font-size: 14px;
font-weight: 600;
}
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
button:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus{
color: #fff;
} .widget_bttk_popular_post .style-two li .entry-header .cat-links a, .widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a, .widget_bttk_popular_post .style-three li .entry-header .cat-links a, .widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a, .widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
display: inline-block;
line-height: 1;
}
.widget .widget-title{
font-size: 12px;
font-weight: 800;
letter-spacing: 0.2em;
text-align: left;
}
.widget .widget-title:after{
width: 100%;
}
.widget_bttk_popular_post ul li .entry-header .entry-title, 
.widget_bttk_pro_recent_post ul li .entry-header .entry-title,
.widget ul li,
.widget_bttk_posts_category_slider_widget .carousel-title .title{
font-size: 16px;
line-height: 1.5em;
font-weight: 600;
}
.widget_bttk_custom_categories ul li a:hover .post-count{
font-weight: 700;
}
.widget_bttk_author_bio .text-holder{
padding: 20px 0 0;
border:none;
}
.widget_bttk_author_bio .title-holder{
font-size: 24px;
font-weight: 700;
margin-bottom: 11px;
}
.widget_bttk_author_bio .author-socicons {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 8px;
border-top: none;
}
.widget_bttk_author_bio .author-socicons li{
margin: 0;
border: 2px solid rgba( 216, 187, 181, 0.3 );
height: 40px;
width: 40px;
padding-top: 7px;
cursor: pointer;
}
.widget_bttk_author_bio .author-socicons li:last-child{
border-bottom: 2px solid rgba( 216, 187, 181, 0.3 );
}
.widget_bttk_author_bio .author-socicons li:hover a{
color: #fff;
}
.widget_bttk_author_bio .text-signature{
margin-bottom: 20px;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta,
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore{
font-size: 14px;
}
#secondary .widget_blossomtheme_companion_cta_widget .btn-cta:after,
#secondary .widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:after,
#blossom-top:after{
border: none;
}
#blossom-top{
border-radius: 100%;
}
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
padding: 20px 40px;
} @media only screen and (max-width: 1440px){
.single .content-newsletter .blossomthemes-email-newsletter-wrapper{
padding: 40px;
}
.banner-layout-two .owl-nav .owl-prev{
left: 165px;
}
.banner-layout-two .owl-nav .owl-next{
right: 165px;
}
}
@media only screen and (max-width: 1199px){
.header-layout-two .main-navigation ul#primary-menu>li {
padding: 21px 17px;
}
.header-layout-two .main-navigation ul li.menu-item-has-children:after {
top: 23px;
right: 3px;
}
.header-layout-two .header-b .tools {
margin-top: 18px;
margin-right: 0;
margin-bottom: 18px;
}
.banner .banner-text .title {
font-size: 36px;
line-height: 1.222em;
margin-bottom: 0;
}
.banner-layout-two .owl-nav .owl-prev{
left: 60px;
}
.banner-layout-two .owl-nav .owl-next{
right: 60px;
}
}
@media only screen and (max-width: 1024px){
.container {
max-width: 670px;
}
#primary, #secondary {
width: 100%;
}
.header-layout-two .header-b .tools{
margin: 0 15px;
float: none;
display: inline-block;
}
.header-layout-two .main-navigation ul#primary-menu>li{
padding: 0;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
width: 190px;
margin-right: 10px;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper {
padding: 40px 20px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper{
padding:40px 40px 60px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 200px;
}
.widget_bttk_author_bio .author-socicons{
display: inline;
}
.leftsidebar #primary .site-main{
padding-left: 0;
}
#primary-toggle-button.active {
display: inline-block;
opacity: 0;
visibility: hidden;
}
.main-navigation .close{
top: -37px; right: 50px;
}
.header-layout-one .main-navigation .close{
left: 0;
top: -40px;
margin-left: auto;
}
.main-navigation .primary-menu-list{
border-top: none;
}
}
@media only screen and (max-width: 767px){
.container{
width: 100%;
max-width: 100%;
}
.header-layout-two #secondary-toggle-button {	
color: #121212;
margin: 11px 0;
line-height: 1;
}
.category-section .col {
margin-bottom: 60px;
}
.home #primary .post:not(.sticky) .img-holder, 
.blog #primary .post:not(.sticky) .img-holder, 
.archive .blossom-portfolio .post-thumbnail {
width: 100%;
height: 100%;
margin-right: 0px;
}
#primary .post .post-thumbnail img, 
.archive .blossom-portfolio .post-thumbnail img, 
#primary .post .post-thumbnail .fallback-svg, 
.archive .blossom-portfolio .post-thumbnail .fallback-svg {
width: 100%;
}
.banner .banner-text .title {
font-size: 24px;
line-height: 1.208em;
}
.banner.banner-layout-two .banner-text{
padding: 0;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper label{
display: inline-block;
position: unset;
}
.single .content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"],
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"]{
width: 100%;
}
.related-post .post{
width: 100%;
}
.related-post .post .text-holder .entry-title {
font-size: 24px;
line-height: 1.333em;
}
.content-instagram{
padding: 20px 0 70px;
}
.content-instagram .insta-title{
font-size: 20px;
top: -5px;
}
.content-instagram .profile-link{
padding-bottom: 15px;
width: 100%;
text-align: center;
bottom: 0;
}
#blossom-top{
width: 50px;
height: 50px;
}
.content-newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
margin-right: 0;
}
.header-layout-two #secondary-toggle-button.active{
display: block !important;
visibility: hidden;
}
.header-layout-two .secondary-nav .close{
margin-top: -15px;
}
body.admin-bar .header-layout-two .secondary-nav .close{
margin-top: 0;
top: -27px;
}
.header-layout-two .secondary-nav .close:focus {
outline-color: #333;
}
.header-layout-two .secondary-nav .close .toggle-bar{
background: #121212;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//frostedpetticoatblog.com/wp-content/themes/blossom-feminine/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}