/*

Theme Name: Vogue

Theme URI: https://kairaweb.com/theme/vogue/

Author: Kaira

Author URI: https://kairaweb.com/

Description: Vogue is a very easy to use, quick and simple to setup responsive multipurpose WordPress theme. Vogue, with it's multiple header and footer layouts, can be used for any type of website from a simple blog displaying your personal portfolio, to a corporate business website for your agency, online community, restaurant or real estate purposes, to selling products for your fully functional online eCommerce store. To turn Vogue into an online shop simply install WooCommerce and the needed plugins and start selling your products in no time through your own shop. Vogue features a clean, simple, minimal and elegant style design which will work perfectly for almost any kind of store. Used together with SiteOrigin's simple drag and drop Page Builder and the multiple page templates & layouts Vogue offers, you can easily build beautiful page layouts without any coding knowledge. Vogue integrates seamlessly with the following popular free plugins: SiteOrigin's Page Builder, Beaver Builder, Contact Form 7 and WooCommerce... and there's lots more coming... Get in contact and let us know which features you'd like added! Give it a go :)

Version: 1.2.07

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: vogue

Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, e-commerce, entertainment, portfolio



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Vogue is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Vogue Stying ----

# Content

    ## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

@font-face {
    font-family: "Titillium-Bold";
    src: url("fonts/Titillium-Bold.otf");
}

@font-face {
    font-family: "Titillium-Semibold";
    src: url("fonts/Titillium-Semibold.otf");
}

@font-face {
    font-family: "Titillium-Regular";
    src: url("fonts/Titillium-Regular.otf");
}

@font-face {
    font-family: "Comfortaa_Thin";
    src: url("fonts/Comfortaa_Thin.ttf");
}

@font-face {
    font-family: "Comfortaa_Regular";
    src: url("fonts/Comfortaa_Regular.ttf");
}

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;
}

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;
}

.imghvr-fade a {
    color: #000;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

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;
}

.btn-primary {
    color: #fff !important;
    background-color: #91232d !important;
    border-color: #ffffff !important;
}

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-appearance: textfield;
    box-sizing: content-box;
}

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;
}


/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #808080;
    font-size: 16px;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0 0 20px;
}

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

blockquote {
    padding: 10px 10px !important;
    margin: 0 0 20px !important;
    font-size: 20.5px !important;
    border-left: 0px solid #eee !important;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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%;
}

thead tr th,
tbody tr th,
tbody tr td,
tfoot tr th,
tfoot tr td {
    border: 0px solid rgba(255, 255, 255, 0.15) !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.bull {
    color: #d6b715 !important;
    font-weight: bold;
}


/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

body {
    background: transparent;
    /* Fallback for when there is no custom background color defined. */
}

body > #page{
  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 25px 20px;
    padding: 0 0 0 10px;
}

ul li,
ol li {
    margin: 0 0 12px;
}

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;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 300;
    line-height: 1.0em;
    word-wrap: break-word;
    color: #5E5E5E;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    margin-bottom: .55em;
}

h2 {
    font-size: 22px;
    margin-bottom: .65em;
}

h3 {
    font-size: 22px;
    margin-bottom: .8em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1.1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.3em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.4em;
}

.entry-content code {
    display: block;
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    margin: 5px 0;
    overflow-x: auto;
}


/*.article p::first-letter {  Use :first-letter if support for IE 8 or earlier is needed

  color: red;

  font-size: 130%;

}*/

.main-navigation ul li a {
    color: #000000;
    font-weight: bold !important;
    font-family: 'Lato', sans-serif !important;
}

.mini-logo {
    display: none !important;
}


/*----------------------- ---------------------------------------

# Forms

--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 25px;
}

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,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding: 1%;
    width: 85%;
}


/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

.mini-logo {
    display: none;
}


/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
    text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {}

a:hover,
a:active {
    outline: 0;
}

.centered {
    text-align: center !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

#menu-item-37191>a {
    padding: 0px 20px !important
}

#menu-item-37190 {
    display: none;
}

@media screen and (max-width: 980px) {
    #menu-item-37191 {
        display: none !important;
    }
    #menu-item-37190 {
        display: block !important;
    }
}

#site-navigation {
    background-color: #f7f7f7 !important;
}

.main-navigation {
    text-align: center;
    border-top: 1px solid #efefef;
}

.main-navigation li {
    list-style: none !important;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    float: left;
    position: absolute;
    top: 65px;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li {
    float: none;
    width: 100%;
    display: block;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current_page_item>a,
.main-navigation ul ul li.current-menu-parent>a,
.main-navigation ul ul li.current_page_parent>a,
.main-navigation ul ul li.current-menu-ancestor>a,
.main-navigation ul ul li.current_page_ancestor>a {
    color: #FFF;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

#main-menu {
    display: inline-block;
}

.header-menu-button {
    display: none;
}

.menu-dropdown-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #838383;
    margin: 0;
    padding: 10px 14px;
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08); */
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.btn-primary {
    color: #fff !important;
    background-color: #91232d !important;
    border-color: #ffffff !important;
}

.fa-facebook {
    font-size: 20px;
}

.fa-twitter {
    font-size: 20px;
}

.fa-youtube {
    font-size: 20px;
}

.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%;
}


/* Small menu */

.menu-toggle {
    display: none;
}

.main-navigation {
    padding: 0;
}

.main-menu-close {
    display: none;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    margin: 0;
    text-transform: uppercase;
    list-style: none !important;
}

.main-navigation li a {
    padding: 22px 20px 23px;
    font-weight: 400;
    color: inherit;
}

.main-navigation ul li:last-child a {}

.main-navigation ul ul a {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    text-align: left;
    width: 100%;
    padding: 15px 25px 15px 20px;
    min-width: 190px;
    float: none;
}

.main-navigation ul ul li:last-child a {
    padding: 15px 20px 15px 20px;
}

.main-navigation ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current_page_item>a,
.main-navigation ul ul li.current-menu-parent>a,
.main-navigation ul ul li.current_page_parent>a,
.main-navigation ul ul li.current-menu-ancestor>a,
.main-navigation ul ul li.current_page_ancestor>a {
    color: #FFF;
}

.featuredinimage {
    height: 50px;
    width: auto !important;
}

.featuredin {
    display: block;
}

.featured {
    background-position: center center;
    background-size: cover;
}

.loopfeaturedinimage {
    height: 40px;
    width: auto !important;
    vertical-align: top;
    cursor: pointer !important;
}


/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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


/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.frontpage {
    margin-bottom: 5px;
}

.comments {
    margin-top: 15px;
}

.advertisement {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.looppost {
    margin-bottom: 15px;
    height: 380px;
}

.posttitle {
    margin-bottom: 0px;
}

.postedon {
    color: #91232d;
}

.article {
    margin-top: 15px;
}

.post-info {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
}

.post-info2 {
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 15px;
    background-color: #fff;
}

.featured {
    height: 600px;
    background-position: top center;
    /*background-attachment: fixed;

*/
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer !important;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.adsbygoogle {
    padding: 15px !important;
    background: none !important;
}


/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.followus {
    cursor: pointer;
}

.widget {
    margin: 0 0 1.5em;
}

.panel-grid-cell .widget-title {
    margin-top: 0;
    margin-left: 15px;
}

.follow-side {
    text-align: center;
}

.follow-side ul {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
}

.follow-side ul li {
    display: inline;
    list-style: none;
}

.widget-area .widget {
    margin: 0 0 40px;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

.widget-area .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}


/* Search widget */

.widget_search .search-submit {
    display: none;
}

.widget-area .widget-title,
.site-footer .widget-title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 16px;
    /* text-transform: uppercase; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #000000;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget ul li {
    margin: 3px 20px 2px;
    padding: 0;
    /* list-style-type: none; */
}

.widget-area .widget ul li a {}

.modal {
    text-align: center;
    height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10%;
}

.modal-dialog {
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
    width: 100% !important;
}

.subscribe-button-modal a {
    color: #fff;
    text-decoration: none;
}

.subscribe-button-modal a:hover {
    color: #fff;
    text-decoration: none;
}

#subcribebutton a {
    color: #000;
    text-align: left !important;
}


/*--------------------------------------------------------------

# Vogue Content Layout Styling

--------------------------------------------------------------*/

.container {
    max-width: 1300px !important;
    width: 100% !important;
}

#billing_company_field {
    display: none !important;
}

.woocommerce #container,
.woocommerce-page #container,
.content-area {
    width: 75%;
    float: left;
    padding: 30px 2% 30px 0;
    position: relative;
    box-shadow: -1px 0 0 #D7D7D7 inset;
}

.widget-area {
    width: 100%;
    float: left;
    padding: 35px 0 40px 2%;
    box-shadow: -1px 0 0 #D7D7D7;
}

.home .widget-area {
    padding: 48px 0 40px 2%;
}

.blog .widget-area {}

.page-template-template-left-sidebar-php .content-area {
    width: 75%;
    float: left;
    padding: 30px 0 30px 2%;
}

.page-template-template-left-sidebar-php .widget-area {
    width: 25%;
    float: left;
    padding: 35px 2% 30px 0;
}

.widget_recent_entries ul li {
    list-style: circle;
}

.woocommerce .breadcrumbs,
.woocommerce-page .breadcrumbs,
.woocommerce .entry-header.site-container,
.woocommerce-page .entry-header.site-container {
    display: none;
}

.page-template-default .content-area {
    box-shadow: -1px 0 0 #D7D7D7 inset;
}

.page-template-template-left-sidebar-php .content-area {
    box-shadow: -1px 0 0 #D7D7D7;
}

.page-template-default .widget-area {
    box-shadow: -1px 0 0 #D7D7D7;
}

.page-template-template-left-sidebar-php .widget-area {
    box-shadow: -1px 0 0 #D7D7D7 inset;
}

.content-no-sidebar .content-area,
.page-template-template-full-width-php .content-area,
.page-template-template-full-width-php .widget-area {
    box-shadow: none;
}

.error404 .content-area,
.content-area-full,
.page-template-template-full-width-php .content-area,
.woocommerce .content-no-sidebar #container,
.woocommerce-page .content-no-sidebar #container,
.content-no-sidebar .content-area {
    float: none;
    width: 100%;
    padding: 10px 0;
    box-shadow: none;
}

.so-widget-image {}

.so-widget-sow-image h3 {
    font-size: 14px !important;
    line-height: 15px !important;
}

.huge_it_slide_bg_3 li img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto !important;
}

.flex-control-paging li a {
    width: 11px;
    height: 5px !important;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-nav {
    bottom: -20px !important;
    line-height: 11px;
}

.pagination {
    text-align: center;
}

.pagination a {
    margin: 10px;
}


/* -------- Page Title & Breadcrumb Styling -------- */

.entry-header,
.page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 0 0 25px;
    padding: 0px 0 5px;
}

.entry-title {}

.breadcrumbs {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.breadcrumbs>span {}

.breadcrumbs span a {
    color: inherit;
}


/* -------- Centered Titlebar -------- */

.title-bar-centered header.entry-header {
    padding: 0 0 15px;
}

.title-bar-centered header.entry-header h1.entry-title {
    margin: 0 0 8px;
    text-align: center;
}

.title-bar-centered header.entry-header .breadcrumbs {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
}

.woocommerce .title-bar-centered h1.page-title,
.woocommerce-page .title-bar-centered h1.page-title {
    margin: 0 0 30px;
    text-align: center;
    padding: 0;
}

.woocommerce .title-bar-centered .woocommerce-breadcrumb,
.woocommerce-page .title-bar-centered .woocommerce-breadcrumb {
    right: auto;
    top: 70px;
    text-align: center;
    width: 100%;
    padding: 0 25px 0 0;
}

.woocommerce.vogue-shop-full-width.post-type-archive .title-bar-centered .woocommerce-breadcrumb,
.woocommerce-page.vogue-shop-full-width.post-type-archive .title-bar-centered .woocommerce-breadcrumb,
.woocommerce.vogue-shop-archives-full-width.post-type-archive .title-bar-centered .woocommerce-breadcrumb,
.woocommerce-page.vogue-shop-archives-full-width.post-type-archive .title-bar-centered .woocommerce-breadcrumb .woocommerce.vogue-shop-archives-full-width.tax-product_cat .title-bar-centered .woocommerce-breadcrumb,
.woocommerce-page.vogue-shop-archives-full-width.tax-product_cat .title-bar-centered .woocommerce-breadcrumb {
    padding: 0;
}


/* -------- Video Recent Posts-------- */

.recent-videos-side .video-thumb {
    width: 30% !important;
}

.recent-videos-side .video-link {
    width: 70% !important;
    margin-top: -5px !important;
}

.recent-videos-bottom {
    display: none !important;
}

.recent-videos-bottom .video-thumb {
    width: 50px !important;
}

.recent-videos-bottom .video-link {
    width: calc(100% - 50px) !important;
}


/*--------------------------------------------------------------

# vogue Styling

--------------------------------------------------------------*/


/*.metaslider{height: 350px; overflow: hidden;}

*/

.huge_it_slideshow_image_wrap1_2 {
    height: 200px !important;
    width: 100% !important;
    max-width: 100%;
}

.huge_it_slideshow_image_wrap_2 {
    height: auto !important;
    width: 100% !important;
    max-width: calc(100% - 0px);
    position: relative;
    display: block;
    text-align: center;
    clear: both;
    float: none;
    margin: 0px auto;
    border-style: solid;
    border-left: 0 !important;
    border-right: 0 !important;
    opacity: 0;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.header {
    text-align: center;
}

.header h1 {
    font-size: 31px;
    line-height: 30px;
    margin-bottom: .55em;
}

.post-title:hover {
    color: #91232d !important;
}

.post-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-title a {
    text-decoration: none;
}

.post-cat {}

.social-post {
    margin-bottom: 5px;
    height: 240px !important;
}

.clearboth {
    clear: both;
}

.site-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.dropdown {
    display: inline-block;
    margin-right: 10px;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -103px;
    z-index: 1000;
    display: none;
    width: 220px;
    float: left;
    min-width: 120px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-menu {
    position: absolute;
    top: 100%;
    left: -153px !important;
    z-index: 1000;
    display: none;
    width: 180px !important;
    ;
    float: left;
    min-width: 120px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-menu input {
    color: #fff !important;
}

#subcribebutton {
    margin-top: 20px;
    line-height: 15px;
}

#subcribebutton div {
    padding: 0px;
    padding-right: 4px;
    font-family: 'Lato', sans-serif !important;
}

#subcribebutton p {
    margin-bottom: 3px;
}

#subcribebutton a {
    color: #000;
}

#subcribebutton button {
    padding: 2px;
    margin: 0px;
    border-radius: 0px;
    color: #91232d;
    border: 1px solid #91232d;
    font-family: 'Lato', sans-serif !important;
    background-color: #fff !important;
}

#subcribebutton button:hover {
    background-color: #91232d !important;
    color: #fff !important;
}

#siteorigin-panels-builder-2 {
    margin-bottom: 0px;
}

.subleft img {
    height: 120px !important;
    width: auto !important;
    float: right !important;
}

#subright {
    text-align: left;
    padding-top: 5px;
}

.subleft img {
    height: 80px;
    float: right;
}

.subright {
    text-align: left;
    padding-top: 5px;
}

#subcribebutton {
    display: none;
}

#pg-w5832ec855e137-0 .panel-grid-cell {
    padding-left: 15px;
    padding-right: 0px !important;
}

#pg-w5832ec855e137-0 .panel-grid-cell {
    padding-left: 0px !important;
    padding-right: 0px;
}

#pgc-w582d7d49b818b-subscribebutton-0 {
    padding-right: 0px !important;
}

#pgc-w582d94dc5e7a7-subscribebutton-1 {
    padding-left: 0px !important;
}

#pgc-w5a4b758b66dce-0-1 {
    width: 50% !important;
}

##pgc-w5a4b758b66dce-0-0 {
    width: 50% !important;
}

.dropdownsubscribe {
    left: 0px !important;
}

.dropdown-menu ul {
    margin-bottom: 10px;
    height: 30px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
}

.dropdown-menu li {
    display: inline;
    text-align: center !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: #940e1f !important;
    opacity: 0;
}


/* -------- Header Elements -------- */

.site-header {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: relative;
    color: #2D2D2D;
}

.site-header .site-container {
    text-align: center;
    background: #fbfbfb;
    height: 160px;
}

.site-header-topbar {
    box-shadow: 0 -1px 0 #efefef inset;
    min-height: 50px;
    padding: 10px 0 0;
    color: #2D2D2D;
    line-height: 13px;
}

.site-topbar-left {
    float: left;
    padding: 0 0 0 15px;
    font-size: 14px;
}

.site-topbar-left ul {
    margin: 0;
    padding: 2px 0 0;
}

.site-topbar-left ul li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
}

.site-topbar-left ul li a {
    color: inherit;
}

.site-topbar-left>div {
    display: inline-block;
    vertical-align: middle;
}

.site-topbar-left-ad {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    padding: 6px 0;
}

.site-topbar-left-ad .fa {
    margin: 0 3px 0 0;
    font-size: 18px;
}

.site-topbar-right {
    float: right;
    padding: 2px 15px 0 0;
}

.header-social-icon {
    font-size: 18px;
    color: inherit;
    margin: 0 12px 0 0;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
}

.site-topbar-right-no {
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}

.site-topbar-right-no .fa {
    margin: 0 3px 0 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.social-linkedin span {
    font-size: 11px;
    position: relative;
    margin: 0 0 0 10px;
}

.footer-social-linkedin span {
    font-size: 12px;
    position: relative;
    top: -4px;
    margin: 0 0 0 18px;
}

.site-branding {
    padding: 10px 0 10px;
    display: inline-block;
}

.site-branding a {
    display: block;
}

.site-branding a img {
    display: block;
}


/* Opacity #2 */

.hover12 figure {
    background: #1abc9c;
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 figure:hover img {
    opacity: .8 !important;
}

.hover12 figure img {
    width: 100%;
}

.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 100% !important;
}

[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
    width: 100% !important;
}


/* -------- Top Bar Navigation -------- */

.socialicons a i {
    font-size: 25px !important;
}

.socialicons a .fa {
    font-size: 25px !important;
}

.socialicons a .fa:hover {
    color: #3C3C3C !important;
}

.site-header-topbar ul li {
    list-style-type: none;
    margin: 0 2px 0 0;
    padding: 0;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    width: 50px;
}

.site-header-topbar ul li a {
    color: inherit;
    display: block;
    padding: 8px 4px;
}

.site-header-topbar ul ul {
    background-color: #fff;
    border-top: 1px solid #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    float: left;
    position: absolute;
    top: 29px;
    left: -999em;
    z-index: 99999;
    padding: 0;
}

.site-header-topbar ul ul ul {
    left: -999em;
    top: 0;
}

.site-header-topbar ul ul li {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}

.site-header-topbar ul ul li a {
    min-width: 110px;
    padding: 7px 10px 8px;
}

.site-header-topbar ul ul li:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.site-header-topbar ul li:hover>ul,
.site-header-topbar ul li.focus>ul {
    left: 0;
}

.site-header-topbar ul ul li:hover>ul,
.site-header-topbar ul ul li.focus>ul {
    left: 100%;
}

#subscribe {
    border: 2px solid #91232d;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    width: 96%;
}


/* -------- Compact Header Styling -------- */

.site-header-compact .main-navigation ul ul {
    top: 50px;
}

.site-header-compact .main-navigation ul ul ul {
    top: 0;
}

.site-header-compact .site-header-topbar {
    min-height: 35px;
    padding: 4px 0 0;
}

.site-header-compact .site-branding {
    padding: 5px 0 5px;
}

.site-header-compact .main-navigation li a {
    padding: 14px 20px 16px;
}

.site-header-compact .main-navigation ul ul li a {
    padding: 12px 20px 14px;
}


/* -------- Home Slider Styling -------- */

.home-slider-wrap {
    border-bottom: 1px solid #efefef;
    position: relative;
    width: 100%;
    border-top: 1px solid #efefef;
    overflow: hidden;
}

.home-slider-remove {
    height: 403px !important;
    overflow: hidden;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.home-slider-remove .home-slider {
    visibility: hidden;
}

.home-slider-block {
    background-position: center center;
    background-size: cover;
    float: left;
    position: relative;
    box-sizing: border-box;
    color: #FFF !important;
}

.home-slider-block-inner {
    position: absolute;
    font-size: 19px;
    color: inherit;
    top: 50%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: -100px 0 0;
    padding: 0 25px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.home-slider-block-bg {
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 40px;
}

.home-slider-block h3 {
    color: inherit;
    font-size: 48px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.home-slider-block h3 a {
    color: #fff;
}

.home-slider-block-inner p {
    max-width: 980px;
    margin: 0 auto;
}

.home-slider img {
    display: block;
    width: 100%;
    height: auto;
}

.home-slider-pager {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.home-slider-pager a.selected span {
    background-color: #ffffff;
    position: relative;
}

.home-slider-pager a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 2px;
}

.home-slider-pager span {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    text-indent: -100px;
    width: 12px;
}

.home-slider-prev,
.home-slider-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    line-height: 50px;
    margin: -38px 0 0;
    padding: 20px 0 18px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    width: 40px;
    text-align: center;
    font-size: 27px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.home-slider-prev {
    left: -1px;
    border-radius: 0 3px 3px 0;
}

.home-slider-next {
    right: -1px;
    border-radius: 3px 0 0 3px;
}

.home-slider-prev i,
.home-slider-next i {
    font-size: 0.8em;
    position: relative;
    top: -3px;
}

.home-slider-wrap:hover .home-slider-prev,
.home-slider-wrap:hover .home-slider-next {
    opacity: 1;
    transform: scale(1);
}

.home-slider-wrap:hover .home-slider-prev.disabled,
.home-slider-wrap:hover .home-slider-next.disabled {
    opacity: 0.4;
    cursor: default;
}

.home-slider-prev:hover,
.home-slider-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}


/* -------- Error 404 Elements -------- */

.error-404 {
    text-align: center;
    padding: 40px 0 80px;
    max-width: 600px;
    margin: 0 auto;
}

.error-404 .fa-ban {
    font-size: 160px;
    color: #BDBDBD;
    margin: 0 0 10px;
}

.error-404 .entry-header {
    margin: 0 0 20px;
}

.error-404 .page-header h1 {
    font-size: 42px;
    padding: 5px 0 10px;
}


/* -------- Not Found Elements -------- */


/* -------- Footer Elements -------- */

.site-footer-bottom-bar {
    background-color: #efefef;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 7px 0 0px !important;
    color: #fff;
    text-align: center !important;
    display: none;
}

.site-footer {}

.site-footer-icons {
    padding: 20px 0 20px !important;
}

.footer-copy {
    text-align: left !important;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.site-footer-widgets .widget ul {
    margin: 0;
    padding: 0;
}

.site-footer-widgets .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    display: block;
    float: none;
}

.site-footer-widgets .widget ul li a {
    color: inherit;
}

.site-footer-widgets .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

.site-footer-bottom-bar a {
    color: inherit;
    font-size: 18px;
}

.site-footer-bottom-bar ul {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}

.site-footer-bottom-bar ul li {
    margin: 0 7px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    position: relative;
    top: 1px;
}

.site-footer-bottom-bar ul li a {
    font-size: 11px;
}

.site-footer-bottom-bar-left {
    float: left;
    font-size: 12px;
    padding: 4px 0 0;
}

.site-footer-bottom-bar-right {
    float: right;
}


/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/


/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.attachment-large {
    width: 100%;
}

.attachment-full {
    width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 0 0 35px;
}

.page .hentry {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.hentry:last-child {
    border-bottom: 0;
    margin: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.entry-content-img {
    margin: 0 0 20px;
}

.page-content img,
.entry-content img,
.entry-summary img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wp-caption img {
    box-shadow: none;
}

.publications img {
    width: 250px;
}


/* -------- Blog Styling -------- */

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

#site-navigation {
    /* Added `.affix-top` class css when the element is top */
    &.affixed-top {
        background: black;
    }
    #site-navigation {
        background-color: #f7f7f7 !important;
    }
    /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
    &.affix {
        background: gray;
        top: 0;
        left: 0;
        right: 0;
    }
    /* Added `.affix-bottom` class css when the element is footer */
    &.affix-bottom {
        background: red;
    }
}

.post-loop-thumbnail {
    display: block;
    width: 33.5%;
}

.post-featured-image {
    clear: both;
    display: block;
}

.post-loop-thumbnail img {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.post-loop-content {
    width: 100%;
}

.post-loop-content .entry-header {
    margin: 0;
    padding: 0;
    border: 0;
}

.post-loop-content .entry-title {
    margin: 0 0 10px;
    font-size: 32px;
}

.post-loop-content .entry-meta,
.single .entry-meta {
    font-style: italic;
    font-size: 0.9em;
    margin: 0 0 5px;
}

.has-post-thumbnail .post-loop-content .entry-content {
    min-height: 108px;
}

.post-loop-content .entry-footer,
.single .entry-footer {
    font-style: italic;
    font-size: 0.9em;
}

.post-loop-content .entry-footer>span,
.single .entry-footer>span {
    margin: 0 15px 0 0;
}

.has-post-thumbnail .post-loop-content {
    width: 64%;
}


/* -------- Blog Left Styling -------- */

.blog-left-layout .post-loop-thumbnail {
    float: left;
    margin: 0 2.5% 0 0;
}

.blog-left-layout .post-loop-content {
    float: left;
}


/* -------- Blog Right Styling -------- */

.blog-right-layout .post-loop-thumbnail {
    float: right;
    margin: 0 0 0 2.5%;
}

.blog-right-layout .post-loop-content {
    float: left;
}


/* -------- Blog Top Styling -------- */

.blog-top-layout .post-loop-thumbnail {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}

.blog-top-layout .post-loop-thumbnail img {
    display: inline-block;
}

.blog-top-layout .post-loop-content {
    float: none;
    width: 100%;
}


/* -------- Blog Alt Styling -------- */

.blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
    float: left;
    margin: 0 2.5% 0 0;
}

.blog-alt-layout.blog-alt-odd .post-loop-content {
    float: left;
}

.blog-alt-layout.blog-alt-even .post-loop-thumbnail {
    float: right;
    margin: 0 0 0 2.5%;
}

.blog-alt-layout.blog-alt-even .post-loop-content {
    float: left;
}


/*--------------------------------------------------------------

## INTERIORS

--------------------------------------------------------------*/

#interiors-grid * {
    font-family: "Titillium-Regular" !important;
}

#interiors-grid a {
    font-family: "Titillium-Regular" !important;
}

#interiors-grid .card-overlay {
    height: 60px;
}


/*--------------------------------------------------------------

## Weddings

--------------------------------------------------------------*/

.mobile-sponsor {
    display: none;
}

.ub-banner {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ub-banner h1 {
    font-family: "Titillium-Bold";
    font-size: 8em;
    margin-bottom: 0px;
}

.ub-banner h2 {
    font-family: "Titillium-Bold";
    font-size: 3em;
    margin-bottom: 0px;
}

.ub-banner h3 {
    font-family: "Comfortaa_Thin";
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 2em;
}

.ub-nav {
    text-align: center;
}

.ub-nav .current_page_item a {
    font-family: "Comfortaa_Regular";
}

.ub-nav .menu {
    margin-bottom: 15px;
}

.ub-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 1.5em;
}

.ub-nav ul li a {
    font-size: 18px;
    font-family: "Comfortaa_Thin";
}

#cover-row {
    margin-bottom: 1em;
}

.mag-blurb {
    padding: 1em 0em;
}

.mag-blurb p {
    font-family: "Comfortaa_Thin";
    font-size: 1.3em;
    line-height: 26px;
}

.wedding-card-container {
    padding: 15px;
}

.card {
    height: 400px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: hidden !important;
}

.card-overlay {
    max-width: 300px;
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: background 1s;
    transition: background 1s;
    height: 110px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -50%;
    right: 0;
}

.card-overlay hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 60%;
}

.card-overlay:hover {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 1s;
    /* Safari */
    transition: background 1s;
}

.card-overlay a h4 {
    font-size: 1em;
    margin-top: 10px;
    color: #6f6f6f;
}

.associated {
    position: absolute;
    top: 67%;
}

.associated img {
    width: 100%;
}

.single-wedding-title {
    font-family: "Comfortaa_Regular" !important;
    text-align: center;
    margin: 30px 0px 0px 0px;
    font-size: 3em;
}

.wedding-date {
    font-family: "Comfortaa_Thin" !important;
    text-align: center;
    margin: 0em 0px 30px 0px;
    font-size: 1.2em;
}

.wedding-article {
    font-family: "Comfortaa_Regular" !important;
    font-size: 16px;
}

.wedding-blog-content {
    font-family: "Comfortaa_Regular" !important;
}

.wedding-copy {
    font-family: "Comfortaa_Regular" !important;
}

.card-overlay h2 {
    font-family: 'PT Serif', serif;
    font-style: italic;
    text-align: center;
    font-size: 1.8em;
    color: #000;
    margin-bottom: 0px;
    line-height: 35px;
}

.card-overlay a h2:hover {
    text-decoration: none;
}

.card-overlay p,
a {
    color: #000;
    text-align: center;
    text-decoration: none;
}

.card-overlay a:hover {
    color: #000;
    text-decoration: none;
}

#carousel-32456 h3,
#carousel-32456 .car-caption,
#carousel-32456 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-32456 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-32456 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-32456 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-32630 h3,
#carousel-32456 .car-caption,
#carousel-32456 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-32630 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-32630 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-32630 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-32631 h3,
#carousel-32456 .car-caption,
#carousel-32456 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-32631 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-32631 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-32631 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-32632 h3,
#carousel-32456 .car-caption,
#carousel-32456 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-32632 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-32632 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-32632 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-33048 h3,
#carousel-33048 .car-caption,
#carousel-33048 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-33048 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-33048 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-33048 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-33197 h3,
#carousel-33197 .car-caption,
#carousel-33197 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-33197 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-33197 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-33197 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-33198 h3,
#carousel-33198 .car-caption,
#carousel-33198 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-33198 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-33198 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-33198 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-33199 h3,
#carousel-33199 .car-caption,
#carousel-33198 .car-caption h3 a {
    background-color: ;
    color: ;
    display: none !important;
}

#carousel-33199 .slick-slide {
    margin: 0px 0px !important;
}

#carousel-33199 .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 100% !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#carousel-33199 .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
    display: none;
}

#carousel-32341 .slick-prev {
    left: 0px !important;
}

#carousel-32341 .slick-next {
    right: 0px !important;
}

.wedding-widget-title {
    text-align: center;
}

#wedding-featured {
    cursor: pointer;
}

.ih-item.square.effect7 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 80px 0 0 0 !important;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
}

.ih-item.square.effect7 .info p {
    font-style: italic;
    font-size: 14px !important;
    position: relative;
    color: #fdd600 !important;
    padding: 10px 20px 20px;
    text-align: center;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.35s 0.3s linear;
    -moz-transition: all 0.35s 0.3s linear;
    transition: all 0.35s 0.3s linear;
}

.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-desc-box {
    display: none !important;
}

.wcp-carousel-main-wrap .slick-track img {
    width: 133% !important;
    max-width: unset !important;
    margin-left: -38px !important;
}


.social-weddings-post {
    font-family: "Comfortaa_Regular" !important;
}

.social-weddings-post a {
    font-family: "Comfortaa_Regular" !important;
}

.social-weddings-post * {
    font-family: "Comfortaa_Regular" !important;
}

.wedding-socials {
    width: 100;
    padding: 3px 0px;
    text-align: center;
    background: #f57a82;
    color: #fff;
}

.wedding-socials ul {
    list-style: none;
    color: #fff;
    margin: 0px !important;
    padding: 0px !important;
}

.wedding-socials ul li {
    display: inline-block;
    color: #fff;
    margin: 3px 20px;
}

.wedding-socials ul li a {
    color: #fff;
}


/*--------------------------------------------------------------

## Widgets

--------------------------------------------------------------*/


/* ---- Pages Widget ---- */

.widget.widget_pages>ul,
.widget.widget_nav_menu>div>ul {}

.widget.widget_pages>ul>li,
.widget.widget_nav_menu>div>ul>li {}

.widget.widget_pages>ul>li ul.children,
.widget.widget_nav_menu>div>ul>li ul.sub-menu {
    padding: 3px 0 1px;
}

.widget.widget_pages>ul>li ul.children li,
.widget.widget_nav_menu>div>ul>li ul.sub-menu li {
    position: relative;
    padding: 0 0 0 15px;
}

.widget.widget_pages>ul>li ul.children li:before,
.widget.widget_nav_menu>div>ul>li ul.sub-menu li:before {
    display: block;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 0px;
    left: 4px;
    font-size: 15px;
    font-weight: 700;
}


/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {}

.comments-title {
    font-size: 18px;
}

.comment-list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    clear: both;
}

.comment-list li {
    margin: 0;
    padding: 0 0 10px;
}

.comment {}

.comment-author {
    float: left;
    padding: 4px 0 0;
    width: 12%;
}

.comment-author b.fn {
    display: block;
    font-size: 0.9em;
}

.comment-container {
    margin-left: 65px;
}

.comment-author .avatar {
    border: 2px solid #DCDCDC;
}

.comment-meta cite {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.comment-meta>a {
    font-size: 11px;
}

.comment-content {
    margin: 0 0 0 12%;
}

.comment-metadata {
    font-size: 0.9em;
    font-style: italic;
}

.comment .reply {
    text-align: right;
}

.comments-area label {
    float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 1%;
    width: 85%;
}

#comments ul {
    margin-left: 2em;
}

#comments li {
    list-style-type: none;
}

.post-password-required input {
    max-width: 280px;
    margin: 0 5px;
}


/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

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

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

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.psgal figure figcaption {
    font-size: 13px;
    display: none !important;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallery-caption {
    display: none !important;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

.scroll-to-top {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    border-radius: 2px;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    height: 44px;
    padding: 6px 0 0;
    position: fixed;
    bottom: 70px;
    right: 12px;
    text-align: center;
    width: 44px;
    z-index: 999;
    display: none;
}

.slb_template_tag_ui_nav_next {
    background-image: url(https://www.ulstertatler.com/wp-content/uploads/icons/nav_next.png) !important;
    opacity: 1 !important;
}

.slb_template_tag_ui_nav_prev {
    background-image: url(https://www.ulstertatler.com/wp-content/uploads/icons/nav_previous.png) !important;
    opacity: 1 !important;
}


/** pricing plan **/

* {
    box-sizing: border-box;
}


/* Create three columns of equal width */

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.magazine {
    width: 100% !important;
    margin-bottom: 30px !important;
}


/* Style the list */

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #dadada !important;
}


/* Add shadows on hover */

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}


/* Pricing header */

.price .header {
    padding-top: 55px;
    background-color: #fff;
    color: #000;
    padding-bottom: 10px;
    font-size: 20px;
}


/* List items */

.price li {
    border-bottom: 0px solid #eee;
    padding: 20px;
    text-align: center;
}


/* Grey list item */

.price .grey {
    font-size: 20px;
}


/* The "Sign Up" button */

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.award-title {
    text-align: center !important;
    color: #fff !important;
}

.award-middle {
    text-align: left !important;
    color: #fff !important;
}

.award-page-title {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 5rem !important;
}

.award-page-middle {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 4.5rem !important;
}

.award-page-bottom {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 900 !important;
    color: #009bd2 !important;
    font-size: 4.5rem !important;
}

.award-title p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600 !important;
    font-size: 1.9rem !important;
}

.award-middle p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600 !important;
    font-size: 1.9rem !important;
}

.award-bottom p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600 !important;
    font-size: 1.9rem !important;
    color: #009bd2 !important;
}

.circle .so-widget-sow-image-default-1c389ca87c1a .sow-image-container .so-widget-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .card {
        height: 280px;
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    .card-overlay {
        padding: 5px 20px;
        position: absolute;
        height: 110px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -50%;
        right: 0;
    }
    .card-overlay h2 {
        font-size: 1.5em;
    }
}


/* Change the width of the three columns to 100%

(to stack horizontally on small screens) */

@media only screen and (max-width: 600px) {
    #vote-btn {
        width: 60% !important;
        max-width: 60% !important;
    }
    .featured {
        height: 300px;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    #featured1 {
        height: 300px;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    #featured2 {
        height: 300px;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    #featured3 {
        height: 300px;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    .columns {
        width: 100%;
    }
    .magazine {
        width: 100% !important;
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 1180px) {
    .row {
        margin-right: 15px;
        margin-left: 15px;
    }
    .home-slider-block h3 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1024px) {
    .menu {
        margin: 0px !important;
    }
    .ub-nav .menu {
        padding-left: 0px !important;
    }
    .ub-nav ul li {
        list-style: none;
        display: inline-block;
        padding: 0px 10px;
    }
    .card-overlay {
        margin: auto;
        position: absolute;
        max-width: 250px;
        top: 0;
        left: 0;
        bottom: -50%;
        right: 0;
        padding: 5px 60px;
        height: 80px;
    }
    .card-overlay h2 {
        font-size: 1.4em;
    }
    .card-overlay hr {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .card {
        height: 350px;
    }
    .main-navigation li a {
        padding: 22px 10px 23px;
        font-weight: 400;
        color: inherit;
    }
}

@media only screen and (max-width: 1020px) {
    .home-slider-block-inner {
        font-size: 16px;
    }
    .home-slider-block h3 {
        font-size: 38px;
    }
    .card-overlay {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -50%;
        right: 0;
        padding: 5px 20px;
        height: 80px;
        width: 80%;
    }
    .card-overlay h2 {
        font-size: 1.4em;
    }
    #interiors-grid .card-overlay h2 {
        font-size: 1.9em;
        line-height: 23px;
    }
    .card-overlay hr {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .card {
        height: 300px;
    }
}

@media screen and (max-width: 980px) {
    .row {
        margin-right: 15px;
        margin-left: 15px;
    }
    .social-posts {
        height: 260px !important;
    }
    .post-info2 {
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 5px;
        position: absolute;
        bottom: 0px;
        right: 15px;
        background-color: #fff;
    }
    .looppost {
        margin-bottom: 15px;
        height: 100% !important;
    }
    .btn-primary.active,
    .btn-primary:active,
    .open>.dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #91232d !important;
        border-color: #ffffff !important;
    }
    .btn-primary {
        color: #fff !important;
        background-color: #91232d !important;
        border-color: #ffffff !important;
    }
    .menu-dropdown-btn {
        display: block;
    }
    .open-page-item>ul.children,
    .open-page-item>ul.sub-menu {
        display: block !important;
    }
    .main-navigation ul ul {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
        position: relative !important;
        border: 0;
        top: 0 !important;
        left: 0 !important;
        float: none !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding: 0;
        margin: 0;
        display: none;
    }
    .main-navigation ul li a {
        color: #000000;
        font-weight: bold !important;
        font-family: 'Lato', sans-serif !important;
    }
    .main-navigation ul ul li:last-child a,
    .main-navigation ul ul li a {
        box-shadow: none;
        padding: 7px 12px;
        width: auto;
    }
    .main-navigation ul ul li a:hover {
        background: none;
    }
    .main-navigation ul ul li:last-child a {
        padding: 7px 12px 7px;
    }
    .site-header-compact .main-navigation li a {
        padding: 7px 0;
    }
    .site-header-compact .main-navigation ul ul li a {
        padding: 7px 10px;
    }
    /* ---- Mobile Nav Skin Dark ---- */
    .vogue-mobile-nav-skin-dark #main-menu,
    .vogue-mobile-nav-skin-custom #main-menu {
        color: #FFFFFF;
        background: #000000;
    }
    .vogue-mobile-nav-skin-dark li a,
    .vogue-mobile-nav-skin-custom li a {
        color: #C5C5C5 !important;
    }
    .vogue-mobile-nav-skin-dark .main-menu-close,
    .vogue-mobile-nav-skin-custom .main-menu-close {
        color: #898989;
    }
    .vogue-mobile-nav-skin-dark ul ul,
    .vogue-mobile-nav-skin-custom ul ul {
        background-color: rgba(255, 255, 255, 0.14) !important;
    }
    .vogue-mobile-nav-skin-dark a.header-cart-contents,
    .vogue-mobile-nav-skin-custom a.header-cart-contents {
        color: #FFF;
    }
    /* ---- Mobile Nav Skin Light ---- */
    .vogue-mobile-nav-skin-light #main-menu {
        color: #212121;
        background: #f9f9f9;
    }
    .vogue-mobile-nav-skin-light li a {
        color: #424242 !important;
    }
    .vogue-mobile-nav-skin-light .main-menu-close {
        color: #888888;
    }
    .vogue-mobile-nav-skin-light ul ul {
        background-color: rgba(0, 0, 0, 0.08) !important;
    }
    .vogue-mobile-nav-skin-light a.header-cart-contents {
        color: #000000;
    }
    .vogue-mobile-nav-skin-light .menu-dropdown-btn {
        background-color: rgba(0, 0, 0, 0.08);
        color: #252525;
    }
    .home-slider-block-inner {
        margin: -80px 0 0;
    }
    .home-slider-block-bg {
        padding: 25px;
    }
    /* ---- Mobile Video Recent ---- */
    .single-post {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    .recent-videos-side {
        display: none;
    }
    .recent-videos-bottom {
        display: block;
    }
}

@media only screen and (max-width: 920px) {
    .card-overlay h2 {
        font-size: 1em;
    }
    .card-overlay h4 {
        font-size: 0.8em;
    }
    .vote-roundel {
        display: none !important;
    }
    .site-header {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
        position: relative;
        color: #2D2D2D;
        background: #f7f7f7 !important;
    }
}

@media only screen and (max-width: 782px) {
    .wedding-card-container {
        margin-top: 10px;
        margin-bottom: -7px;
        border-top: 1px solid #000;
    }
    .wedding-image-column {
        text-align: center;
    }
    .social-weddings-post {
        text-align: center;
    }
    .desktop-sponsor {
        display: none;
    }
    .mobile-sponsor {
        display: block;
    }
    .mag-cover {
        display: none;
    }
    .mag-blurb {
        padding: 2em 0em;
    }
    .vote-roundel {
        display: none !important;
    }
    #subcribebutton {
        display: none !important;
    }
    .page-template-default .content-area,
    .woocommerce #container,
    .woocommerce-page #container,
    .content-area {
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 25px 0 30px;
    }
    .post-info {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        background-color: #fff;
    }
    .post-info2 {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        right: 15px;
        background-color: #fff;
    }
    .site-topbar-left {
        padding-left: 15px !important;
        float: left !important;
        width: 50% !important;
        text-align: left !important;
    }
    .site-topbar-right {
        padding-right: 15px;
        float: right !important;
        width: 50% !important;
        text-align: right !important;
    }
    .page-template-default .widget-area,
    .widget-area {
        box-shadow: 0 -1px 0 #D7D7D7;
        width: 100%;
        float: none;
        padding: 40px 0 5px;
        margin: 0 0 10px;
    }
    .page-template-template-left-sidebar-php .content-area {
        box-shadow: none;
        width: 100%;
        float: none;
        padding: 25px 0 30px;
    }
    .page-template-template-left-sidebar-php .widget-area {
        box-shadow: 0 1px 0 #D7D7D7;
        width: 100%;
        float: none;
        padding: 40px 0 5px;
        margin: 0 0 10px;
    }
    .home-slider-block-inner {
        top: 50%;
        font-size: 13px;
        padding: 0 40px;
    }
    .home-slider-block-bg {
        padding: 20px;
    }
    .home-slider-block h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 720px) {
    .ub-nav {
        display: none;
    }
    .site-header .site-container {
        height: auto;
    }
    .ub-banner h1 {
        font-family: "Titillium-Bold";
        font-size: 4em;
        margin-bottom: 0px;
    }
    .ub-banner h2 {
        font-family: "Titillium-Bold";
        font-size: 2em;
        margin-bottom: 0px;
    }
    .ub-banner h3 {
        font-family: "Comfortaa_Thin";
        margin-bottom: 0px;
        line-height: 20px;
        font-size: 1em;
    }
    .ub-banner {
        margin-bottom: 1em;
    }
    .mag-cover {
        text-align: center;
    }
    .mag-blurb {
        text-align: center;
    }
    .vote-roundel {
        display: none !important;
    }
    .featured {
        height: 300px;
        background-position: center center !important;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    .post-info {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        background-color: #fff;
    }
    .post-info2 {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        right: 15px;
        background-color: #fff;
    }
    .blog-post-standard-layout .post-loop-thumbnail {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 0 20px;
    }
    .blog-post-standard-layout .post-loop-thumbnail img {
        display: inline-block;
    }
    .blog-post-standard-layout.has-post-thumbnail .post-loop-content {
        width: 100%;
        float: none;
    }
    .site-footer-bottom-bar-left {
        width: 100%;
        float: none;
        text-align: center;
        padding: 1px 0 0;
    }
    .site-footer-bottom-bar-right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0 5px;
    }
    .site-footer-bottom-bar-right a {
        margin: 0 4px;
    }
}

@media only screen and (max-width: 700px) {
    .vote-roundel {
        display: none !important;
    }
    .content-area .entry-header h1.entry-title,
    .woocommerce h1.page-title,
    .woocommerce-page h1.page-title {
        margin: 0 0 12px;
    }
    .breadcrumbs {
        position: relative;
        top: 0;
        padding: 0 0 8px;
    }
    .home-slider-block {
        height: 280px;
    }
    .home-slider-block-inner {
        padding: 0 50px;
    }
    .post-info {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        background-color: #fff;
    }
}


/*--------------------------------------------------------------

Fallback CSS for Customizer Library Styles

--------------------------------------------------------------*/

body,
.widget-area .widget a {
    color: #3C3C3C;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.widget-area .widget-title,
.main-navigation ul li a {
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Lato', sans-serif;
}

#comments .form-submit #submit,
.search-block .search-submit,
.no-results-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.single-product span.onsale,
.woocommerce button.button.alt.disabled,
.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current_page_item>a,
.main-navigation ul ul li.current-menu-parent>a,
.main-navigation ul ul li.current_page_parent>a,
.main-navigation ul ul li.current-menu-ancestor>a,
.main-navigation ul ul li.current_page_ancestor>a,
.main-navigation button,
.wpcf7-submit {
    background: inherit;
    background-color: #F061A8;
}

a,
.content-area .entry-content a,
#comments a,
.post-edit-link,
.site-title a,
.error-404.not-found .page-header .page-title span,
.search-button .fa-search,
.header-cart-checkout.cart-has-items .fa-shopping-cart,
.main-navigation div>ul>li>a:hover,
.main-navigation div>ul>li.current-menu-item>a,
.main-navigation div>ul>li.current-menu-ancestor>a,
.main-navigation div>ul>li.current-menu-parent>a,
.main-navigation div>ul>li.current_page_parent>a,
.main-navigation div>ul>li.current_page_ancestor>a {
    color: #F061A8;
}

a:hover,
.content-area .entry-content a:hover,
.widget-area .widget a:hover,
.site-footer-widgets .widget a:hover,
.site-footer .widget a:hover,
.search-btn:hover,
.search-button .fa-search:hover,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    color: #EA1B82;
}

.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt.disabled:hover,
.wpcf7-submit:hover {
    background: inherit;
    background-color: #EA1B82;
}

.checkout-button {
    margin: 10px !important;
}


/* timer */

.carbonite-responsive-dash_title {
    font-family: 'Lato', sans-serif !important;
}

#pl-23502 .so-panel {
    margin-bottom: 0px !important;
}

.carbonite-responsive-dashboard {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding-top: 2px;
    text-align: center;
    background: none !important;
    background-repeat: repeat-x repeat-y;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0px groove #CCC !important;
}

.carbonite-responsive-dash {
    width: 20% !important;
    min-width: 23px !important;
    max-width: 70px !important;
    height: 68px !important;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: auto;
    position: relative;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
}

.carbonite-responsive-digit {
    font-size: 2em;
    height: 1em !important;
    background: #fff !important;
    margin-right: 0px !important;
}

.adspace {
    display: none !important;
    height: 180px;
    background: #383838 !important;
    z-index: 9999;
}

.adspace .container {
    display: none !important;
    max-width: 100% !important;
    background: #383838 !important;
}

.adspace .row {
    background: #383838 !important;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.adspace * {
    background: #383838 !important;
}

#close-up {
    cursor: pointer;
    height: 30px;
    width: 30px;
    float: right;
    position: relative;
    right: 10px;
    background: #383838 !important;
    color: #fff;
    text-align: center;
}

.wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 160px !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.wcp-carousel-main-wrap .post-style-1 .wcp-img-wrap {
    width: 100% !important;
    height: 160px !important;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.wcp-carousel-main-wrap .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
}

.wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
    float: left;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
}

.post-style-1 {
    box-shadow: none !important;
}

@media screen and (max-width: 699px) {
    .wcp-carousel-wrapper .post-style-1 .wcp-img-wrap {
        max-width: 50% !important;
        width: 100% !important;
        height: 200px !important;
        float: left;
        overflow: hidden;
        cursor: pointer;
        margin-left: 27%;
        margin-right: auto !important;
    }
    .wcp-carousel-main-wrap .post-style-1 .wcp-img-wrap {
        width: 100% !important;
        height: 250px !important;
        float: left;
        overflow: hidden;
        cursor: pointer;
    }
    .wcp-carousel-wrapper .post-style-1 .wcp-content-wrap {
        float: left;
        width: 100% !important;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.so-widget-sow-button-flat-6e288218e0c7 .ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 1em;
    padding: 1em 2em;
    background: none !important;
    color: #ffffff !important;
    border: 0px !important;
    border-width: 1px 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

#bfElemWrap914 {
    background: #ee1e26 !important;
    padding: 15px 10px;
}

#bfElemWrap913 {
    background: #ffd23e !important;
    padding: 15px 10px;
}

#bfElemWrap923 {
    background: #00baef !important;
    padding: 15px 10px;
}

#bfElemWrap922 {
    background: #95549f !important;
    padding: 15px 10px;
}

#bfElemWrap907 {
    background: #56ba47 !important;
    padding: 15px 10px;
}

#bfElemWrap924 {
    background: #ee1e26 !important;
    padding: 15px 10px;
}

#bfElemWrap925 {
    background: #ffd23e !important;
    padding: 15px 10px;
}

#bfElemWrap927 {
    background: #00baef !important;
    padding: 15px 10px;
}

#bfElemWrap928 {
    background: #95549f !important;
    padding: 15px 10px;
}

#bfElemWrap931 {
    background: #56ba47 !important;
    padding: 15px 10px;
}

#bfElemWrap921 {
    background: #ee1e26 !important;
    padding: 15px 10px;
}

#bfElemWrap929 {
    background: #ffd23e !important;
    padding: 15px 10px;
}

#bfElemWrap930 {
    background: #00baef !important;
    padding: 15px 10px;
}

#bfElemWrap926 {
    background: #95549f !important;
    padding: 15px 10px;
}

#bfElemWrap1014 {
    background: #95549f !important;
    padding: 15px 10px;
}

.bfQuickMode .bfLabelTop label {
    color: #fff !important;
    font-weight: 400 !important;
}

.bfQuickMode input[type=text],
.bfQuickMode input[type=password],
.bfQuickMode textarea,
.bfQuickMode select {
    border: 0px solid rgba(0, 0, 0, 0.4) !important;
    padding: 2px;
    line-height: normal;
    background: #000;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    color: #000;
    letter-spacing: 1px;
}

#vote-now-button {
    background: linear-gradient(-45deg, #ffdf16, #ee1c25, #39d52d, #7f3f98) !important;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


/*#####################################  Awards Vote 2019*/

.page-id-37959 {
    background-image: url(https://www.ulstertatler.com/wp-content/uploads/2019/02/Screenshot-2019-02-13-at-18.32.55.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.page-id-37959 .site-header-topbar {
    background: white
}

.page-id-37959 .entry-title {
    display: none
}

.page-id-37959 #primary {
    float: none !important;
    margin: auto;
    box-shadow: -0px 0 0 #D7D7D7 inset;
}

.page-id-37959 .content-area {
    box-shadow: -0px 0 0 #D7D7D7 inset;
}

.page-id-37959 .bfPageIntro {
    width: 600px !important;
    max-width: 100%;
    height: auto;
    margin: auto !important;
}

.page-id-37959 .bfFieldset-r {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.page-id-37959 .bfQuickMode .bfLegend-l {
    left: 0px;
}

.page-id-37959 #bfElemWrap1126 textarea {
    display: none !important;
}

#bfElemWrap1111 {
    background: #e1001e !important
}

#bfElemWrap1110 {
    background: #fec724 !important
}

#bfElemWrap1120 {
    background: #00adef !important
}

#bfElemWrap1290 {
    background: #7f3e98 !important
}

#bfElemWrap1107 {
    background: #37d72d !important
}

#bfElemWrap1121 {
    background: #e1001e !important
}

#bfElemWrap1122 {
    background: #7f3e98 !important
}

#bfElemWrap1124 {
    background: #00adef !important
}

#bfElemWrap1125 {
    background: #7f3e98 !important
}

#bfElemWrap1129 {
    background: #37d72d !important
}

#bfElemWrap1118 {
    background: #e1001e !important
}

#bfElemWrap1126 {
    background: #fec724 !important
}

#bfElemWrap1127 {
    background: #00adef !important
}

#bfElemWrap1106 {
    background: #7f3e98 !important
}

#bfElemWrap1128 {
    background: #7f3e98 !important
}

#bfElemWrap1112,
#bfElemWrap1167,
#bfElemWrap1117,
#bfElemWrap1128 {
    background: transparent !important;
}

#bfElemWrap1112 label,
#bfElemWrap1112 label *,
#bfElemWrap1167 label,
#bfElemWrap1167 label *,
#bfElemWrap1117 label,
#bfElemWrap1117 label *,
#bfElemWrap1128 * {
    color: white !important;
}

#bfLabel1128 {
    color: #ffffff !important;
}

#bfQuickModeSection81384 {
    color: #fff;
}

@media only screen and (max-width: 550px) {
    .bfQuickMode .bfFieldset-m,
    .bfQuickMode {
        margin: 0px !important;
        padding-left: 0px;
        padding-right: 0px
    }
    .bfQuickMode input[type=text],
    .bfQuickMode input[type=text]:hover,
    .bfQuickMode input[type=text]:focus,
    .bfQuickMode textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.bfQuickMode button {
    background-size: contain !important;
}

#bfQuickModeSection81384 {
    color: #fff !important;
}


/*#####################################  Awards About 2019*/

.tminus_countdown {
    margin: auto !important
}

.carbonite-responsive-digit {
    font-size: 3em;
    height: auto !important;
    background: #535353 !important;
    margin-right: 0px !important;
    color: #f4f4f4;
    padding: 5px;
}

.carbonite-responsive-dash_title {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    top: 61px;
    white-space: nowrap;
    overflow: hidden;
}

.carbonite-responsive-weeks_dash {
    display: none;
}

.carbonite-responsive-days_trip_dash {
    max-width: 250px;
    width: 22%;
}

.carbonite-responsive-dashboard {
    width: 100%;
    max-width: auto !important;
    margin: 0 auto;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background: #211f20 !important;
    background-repeat: repeat-x repeat-y;
    -moz-border-radius: 15px;
    border-radius: 0px;
    border: 0px groove #CCC !important;
}

.carbonite-responsive-dash {
    width: 20% !important;
    min-width: 23px !important;
    max-width: 70px !important;
    height: 78px !important;
    vertical-align: top;
    margin-left: 4%;
    margin-right: auto;
    position: relative;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
}

.carbonite-responsive-days_dash {
    margin-left: 0px
}

@media only screen and (max-width: 500px) {
    .carbonite-responsive-dashboard {
        max-width: 100%;
    }
    .tminus_countdown {
        width: auto !important;
    }
    .carbonite-responsive-digit {
        font-size: 2.7em;
    }
}

@media only screen and (max-width:420px) {
    .carbonite-responsive-dashboard {
        padding: 10px 0px 0px 0px;
    }
    .carbonite-responsive-seconds_dash,
    .carbonite-responsive-minutes_dash,
    .carbonite-responsive-hours_dash {
        margin-left: 0px;
    }
    .carbonite-responsive-digit {
        font-size: 1.8em !important
    }
    .carbonite-responsive-dash_title {
        font-size: 15px;
        top: 40px
    }
    .carbonite-responsive-days_trip_dash {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width:320px) {
    .carbonite-responsive-seconds_dash,
    .carbonite-responsive-minutes_dash,
    .carbonite-responsive-hours_dash {
        margin-left: 0px;
    }
    .carbonite-responsive-days_trip_dash {
        margin-right: 20px !important;
    }
    .carbonite-responsive-digit {
        font-size: 1.6em !important
    }
    .carbonite-responsive-dash_title {
        font-size: 15px;
        top: 40px
    }
}


/*#####################################  Awards Gallery 2019*/

.page-id-38155 .gallery-item {
    max-width: 33.3% !important;
    margin-bottom: 1em;
}

.page-id-38155 .gallery-item figcaption {
    display: block !important;
    margin: auto;
    text-align: left;
    color: #eae445;
    font-family: sans-serif;
    width: 97% !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500
}

.page-id-38155 .gallery-item figcaption b {
    color: white;
}

.page-id-38155 .gallery-icon {
    overflow: hidden;
    max-height: 270px;
}

.page-id-38155 .gallery-icon img {
    width: 97%
}


/*#####################################  Awards Gallery 2019*/

.page-id-43874 .bfElemWrap {
  background-color: #000;
}

@media only screen and (max-width: 1306px) {
    .banner-ad{
            margin: 20px 15px !important;
    }

}

@media only screen and (max-width: 760px) {
    .page-id-38155 .gallery-item {
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 560px) {
    .page-id-38155 .gallery-item {
        max-width: 100% !important;
        margin-bottom: 2em
    }
}

@media only screen and (min-width: 981px) {
    #menu-item-26597{display:none;}
}
