/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  Custom 'wedding' font */
@font-face {
    font-family: 'Wedding';
    src:    url('../fonts/wedding.eot?dfbx70');
    src:    url('../fonts/wedding.eot?dfbx70#iefix') format('embedded-opentype'),
    url('../fonts/wedding.ttf?dfbx70') format('truetype'),
    url('../fonts/wedding.woff?dfbx70') format('woff'),
    url('../fonts/wedding.svg?dfbx70#wedding') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Variables */
@set baseTemplateWidth 1200; // Base gutter width

@set headingFont Great Vibes, Arial, sans-serif; // Headline fond
@set headingSuperTitleFont Josefin Slab, Arial, sans-serif; // Headline supertitle font
@set headingSubTitleFont Josefin Sans, Arial, sans-serif; // Headline subtitle font
@set menuFont Josefin Sans, Arial, sans-serif; // Base font
@set bodyFont Josefin Sans, Arial, sans-serif; // Base font
@set bodyFontSize 18; // Base font size

@set lightFontColor #4d6069; // Base font color
@set lightHeadlineColor #58626c; // Base headline color
@set lightBgColor #fff; // Base bg color
@set lightBorderColor rgba(0,0,0,0.10); // Base border color
@set lightBgSubColor rgba(0,0,0,0.04);  // Sub bg color

@set darkFontColor #fff; // Base font color
@set darkHeadlineColor #fff; // Base headline color
@set darkBgColor #1d1f27; // Base bg color
@set darkBorderColor rgba(255,255,255,0.10); // Base border color
@set darkBgSubColor rgba(255,255,255,0.04);  // Sub bg color

@set accentColor #c8ba7b; // Main color
@set accentColorPaled l-adjust($(accentColor) 5);  // Main color paled

@set sidebarWidth 33.3333; // Sidebar width (%)
@set sidebarPadding 40; // Padding between sidebar and sontent
@set pagePadding 20; // Left and right page padding for boxed content
@set innerVerticalPadding 20; // Top and bottom padding between content elements (base value)
@set innerHorizontalPadding 15; // RowItem padding
@set gridSpacing 5; // Default spacing in grid gallery
@set logoHeight 98; // Defines logo height and menu line height
@set menuVerticalPadding 20; // Top and bottom padding of the whole horizontal menu (px)
@set menuPadding 28; // Padding between horizontal menu elements (px)
@set verticalMenuWidth 320; // Width of the vertical menu (px)
@set topBarHeight 35; // Top bar height (px)
@set dropdownWidth 220; // dropdown width (px)

@set extrasmallIconSize 16; // Small icon size
@set smallIconSize 30; // Small icon size
@set mediumIconSize 42; // Small icon size
@set bigIconSize 64; // Small icon size
@set largeIconSize 80; // Small icon size


/* Aliases */

@selector darkSkinSelector :any(.btDarkSkin, .btLightSkin .btDarkSkin);
@selector lightSkinSelector :any(.btLightSkin, .btDarkSkin .btLightSkin);


/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

*:focus, * {
    outline: none;
    outline: 0;
}

.touch * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
    border: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,body {
	margin:0;
	padding:0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

input:not([type='checkbox']):not([type='radio']), textarea, select {
    outline:none;
	font: inherit;
	width: 100%;
	background: transparent;
}

input[type='checkbox'], input[type='radio'] {
    margin: 0 5px;
}

textarea {
    padding: 10px;
    resize: vertical;	
}

button {
	font: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: $(accentColor);
}

a img {
    border: none;
}

a, a:active, a:focus {
    outline: none;
}

p, dl, dd, address, cite  {
	margin: 0 0 $(innerVerticalPadding)px;
	/*margin: 0 0 25px;  Should be font size  * line-height */
}

ul, ol, li {
	margin: 0 0 $(innerVerticalPadding)px 5px;
	padding: 0 0 0 5px;
}

li, ul ul, ol ol {
	margin-bottom: 0;
}

dt  {
	font-weight: 600;
}

figcaption {
	font-size: math($(bodyFontSize)-2, px);
}

:any(select, input)  {
	font-family: $(bodyFont); 
}

/*html {
    font-size: 62.5%;
}*/

/*input {
    -webkit-appearance: none;
}*/

/* FloatClears */

.mainHeader:after, .menuHolder .port:after, .topBarPort:after, .boldSiteFooter:before, .boldSiteFooter:after, .boldSiteFooter .port:after, .contentWrap:after,
.contentHolder:after, .btBox:after, .boldSection .port:after, .header:after, .boldRow:after, .socialRow:before, .socialRow:after, .servicesItem .sIcon:after,
.boldSection:before, .boldSection:after, .psCats:after, .psWrap:after, .btTabs:after, .tabsHeader:after, .neighboringArticles:after, .socialRow:after,
.articleListItem footer:after, .btPagination:after, .boldArticleBody blockquote:after, .tilesWall.classic .bgiTxt:after, .btQuoteItem:after,
.boldArticleHeader .socialRow:before, .tagcloud:after, .btInstaGrid:after, .btWhishAuthor:after
{
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* 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: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. */
}

