/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list		{ margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */

@font-face {
    font-family: 'Champagne_BdIt';
    src: url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold_italic-webfont.woff2') format('woff2'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold_italic-webfont.woff') format('woff'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Champagne_bold';
    src: url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold-webfont.woff2') format('woff2'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold-webfont.woff') format('woff'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Champagne_italic';
    src: url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_italic-webfont.woff2') format('woff2'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines_italic-webfont.woff') format('woff'),
         url('champagne__limousines_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Champagne';
    src: url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines-webfont.woff2') format('woff2'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines-webfont.woff') format('woff'),
         url('https://www.belmar.pt/wp-content/themes/shop-isle/fonts/champagne__limousines-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://www.belmar.pt/wp-content/themes/shop-isle/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

body {
	font-family: "Champagne", sans-serif;
	font: 400 17px/1.8 "Champagne", "Open Sans", sans-serif;
}

h1,h2 {
    position: relative;
    margin: 0 0 30px;
    color: #111;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
	  text-transform: uppercase;
	font-family: "Champagne_bold","Roboto Condensed", sans-serif;
}

.font-alt {
    font-family: "Champagne_bold","Roboto Condensed", sans-serif;
}

.navbar-custom {
     font-family: "Champagne","Roboto Condensed", sans-serif;
}
.header-search-button, .post-meta {
display: none;
}

.menu-item i._mi, .menu-item img._mi
{
margin: -20px;
}

.navbar-toggle{
position: absolute;
right: 50px;
top:0px;
z-index: 999;
}

.navbar-collapse {
    max-height: 380px !important;

}

.navbar-custom .nav li > a {
  color: rgba(255, 255, 255, 1);
}

.navbar-custom {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


.navbar-transparent {
	background-color: rgba(10, 10, 10, 0.9) !important;
}

.navbar-custom .nav li.menu-item-type-custom > a
{
	padding-left:0 !important;
	padding-right:0 !important;
}

.icon-basket::before
{
	font-family: "FontAwesome";
	content: "\f290";
	
}

.navbar-cart-inner .cart-item-number {
	top: 14px;
}

.nav>li>a {
   padding: 10px 6px;
}

.navbar-custom ul {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    float: none;
}

.navbar-cart {
    	width: 200px;}


.lang_choice a
{
	color:#fff!important;
}
