/*
Theme Name:Carpinteria Wine
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900|Roboto+Condensed:300,400,700&display=swap');
@font-face {
    font-family: 'MinionProRegular';
    src: url('assets/fonts/MinionProRegular.eot');
    src: url('assets/fonts/MinionProRegular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/MinionProRegular.woff') format('woff'),
         url('assets/fonts/MinionProRegular.svg#MinionProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('assets/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
         url('assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}


body {	
    font-family: 'Raleway', sans-serif;
    background: #E0DBD8; 
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #231F20;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    color: #58595b;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: #FFC748;
}

h2 {
    font-size: 42px;
    line-height: 50px;
}

h3 {
    font-size: 32px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {  
    font-size:18px;
    line-height: 20px;
}

h6 {  
    font-size:16px;
    line-height:19px; 
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #231F20;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
strong{
    font-weight: bold;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}


a {
	color: #530124;
	text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
         -o-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}

a:focus,
a:hover,
a:active{
  color: #8fc8c1;
  text-decoration:none;
  outline:none;
  outline: 0;
}

a img {
	border: 0;
}
 
.main-outercon{
    position: relative;
    overflow: hidden;
} 

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,select {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #530124;
	width: 100%;
    margin: 0;
    padding: 0 15px;
    line-height: 26px;
    font-size: 16px;
    height: 33px;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus,select:focus{
    background: #ffffff;
    border: none;
    box-shadow: none;
    outline: none;
}
textarea{
    padding: 10px 15px;
    height: 122px;
    resize: none;
}
input[type="submit"], input[type="button"],.btn-secondary {
    width: auto;
	display: inline-block;
    min-width: 130px;
	text-align: center;
    border: none;
    background: #8fc8c1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    color: #530124;
    padding: 0 10px;
    height: 33px;
	border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #8fc8c1;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    border: none;
}
.inputbox.error{
    border: 1px solid #c60f13;
}
.email-text.error{
    border: 1px solid #c60f13 !important;
}
.error-label{
    color: #c60f13;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #530124;
}

:-moz-placeholder {
	color: #530124;
}

::-moz-placeholder {
	color: #530124;
}

:-ms-input-placeholder {
	color: #530124;
}
/*Button Style*/
.btn,.btn-primary {
	width: auto;
    display: inline-block;
    min-width: 130px;
	text-align: center;
    border: none;
    background: #530124;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    padding: 0 10px;
    height: 33px;
	border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.btn:hover,.btn:focus,.btn:active,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #8fc8c1;
    color: #530124;
    box-shadow: none;
    border: none;
}

/*---------------- Bootstrap Reset ---------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/*---------------- Header Section ---------------*/
.header-container {
    width: 100%; 
    float: left;
    background: url(assets/images/menu-bg.png)no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.home .header-container {
    background: transparent;
}
.header-container:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
} 
.header-wrap {
    width: 100%; 
    float: left;
    position: relative;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
		   -ms-flex-pack: center;
		 justify-content: center; 
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
    padding: 10px 0;
    min-height: 225px;
}
.header-wrap ul {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
		   -ms-flex-pack: center;
		 justify-content: center; 
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
    list-style-type: none;
}
.header-wrap ul li {
    display: inline-block;
    margin: 0 15px;
}
.header-wrap ul li:nth-child(2) {
    margin-right: 250px;
}
.header-wrap ul li a {
    color: #67002F;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.header-wrap ul li a:hover,.header-wrap ul li a:focus,.header-wrap ul li a:active {
    color: #231F20;
}
.header-wrap ul li.active a {
    color: #530124;
    font-weight: 700;
}
.logo {
    width: 222px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
.logo img {
    width: 222px;
}
.fb {
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #D7D1AE;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    font-family: 'MinionProRegular';
    background: #231F20;
    line-height: 30px;
    position: absolute;
    right: 200px;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.fb:hover {
    color: #ffffff;
    background: #530124;
}

.news {
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #D7D1AE;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    font-family: 'MinionProRegular';
    background: #231F20;
    line-height: 30px;
    position: absolute;
    right: 240px;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news:hover {
    color: #ffffff;
    background: #530124;
}

.news img {
    width: 20px;
}


/*---------------- Header  Section ---------------*/







 /*---------------- Content  Section ---------------*/
.content-container {
    width: 100%; 
    float: left;
    margin-top: 225px;
}
.home .content-container {
    margin: 0;
}
.banner-outer {
    width: 100%; 
    float: left;
    position: relative;
    height:100vh;
}
.banner-outer:before {
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    margin: 100px auto 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner-content h1 {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.banner-content span {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 25px;
    letter-spacing: 0.9px;
}

.content-wrap {
    width: 100%; 
    float: left;
    padding: 80px 0 27px;
    background: #530124;
    text-align: center;
}
.content-wrap ul {
    width: 100%; 
    float: left;
    list-style-type: none;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
		   -ms-flex-pack: center;
		 justify-content: center; 
    padding: 0 0 25px;
}
.content-wrap ul li {
    display: inline-block;
    margin: 0 7px;
}
.content-wrap h4 {
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.content-wrap p {
    color: #ffffff;
    margin: 0 0 50px;
}
.content-wrap h6 {
    color: #8fc8c1;
    font-weight: 700;
    padding: 0 0 10px;
}
.content-wrap address,.content-wrap span {
    width: 100%;
    color: #ffffff;
    float: left;
    line-height: 28px;
}
.content-wrap span strong {
    color: #8fc8c1;
}
.content-wrap .btn-secondary {
    margin: 15px auto 0;
}
.content-wrap.grey-block {
    background: #E0DBD8;
    padding: 70px 0 52px;
}
.content-wrap.grey-block h4,.content-wrap.grey-block p {
    color: #231F20;
}
.quote-block {
    width: 100%;
    border-bottom: 1px solid #231F20;
    max-width: 1028px;
    display: inline-block;
    margin: 0 auto;
}
.quote-block span {
    width: 100%;
    float: left;
    padding: 0 0 35px;
    color: #231F20;
}
blockquote {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0 95px 95px;
    margin: 0 0 20px;
}
blockquote:before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: url(assets/images/quote-before.svg)no-repeat left top;
    background-size: 81px 68px;
    height: 68px;
    width: 81px;
}
blockquote:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: url(assets/images/quote-after.svg)no-repeat center bottom;
    background-size: 81px 68px;
    margin: 0 auto;
    height: 68px;
    width: 81px;
    right: 0;
}
.bottom-block {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.bottom-block p {
    margin: 0 0 15px;
}
.bottom-block .fb {
    position: relative;
    right: inherit;
    margin: 0 0 10px;
    top: inherit;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.bottom-block h5 {
    color: #660930;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
}
.bottom-block span {
    color: #231F20;
}
.bottom-block span strong {
    color: #67002F;
    font-weight: 700;
    padding-right: 5px;
}
.img-textblk {
    width: 100%;
    float: left;
    padding: 0 100px;
    margin: 45px 0;
}
.img-textblk ul {
    width: 50%;
    float: left;
    padding: 0;
}
.img-textblk ul li {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}
.text-block {
    width: 50%;
    float: left;
    padding-left: 10px;
    text-align: left;
}
.text-block h6 {
    color: #231F20;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    font-weight: 700;
}
.text-block p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px !important;
}
.text-block p:nth-last-of-type(1) {
    margin: 0;
}



.content-blocks-outer{
	float: left;
	width: 100%;
	position: relative;
}
.content-blocks-outer:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 219px;
	height: 413px;
	z-index: 9;
	background: url('assets/images/bottle-image.png') no-repeat;
    background-size: 100%;
}
.content-blocks-wrap{
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex; 
	width: 100%;
	justify-content: space-between;
	position: relative;
}
.content-blocks-wrap:before, .content-blocks-wrap:after{
	position: absolute;
	content: "";
	top: 0;
	width: 2000px;
	height: 100%;
}
.content-blocks-wrap:before{
	right: 100%;
	background: #e1dcd9;
}
.content-blocks-wrap:after{
	left: 100%;
	background: #9e9792;
}
.content-grid-box{
	float: left;
	width: 50%;
	padding: 100px 0 95px;
}
.content-grid-box.events{
	background: #9e9792;
}

.title-box{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 22px;
}
.title-box h2{
	font-weight: 500;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.title-box span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #231f20;
	letter-spacing: 1px;
}



.arrival-blk{
	float: left;
	width: 100%;
	max-width: 480px;
}
.arrival-blk .title-box{
	padding-bottom: 60px;
	position: relative;
}
.arrival-blk .title-box:before,
.arrival-blk .title-box:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	max-width: 380px;
	height: 1px;
	background: #231f20;
	margin: 0 auto;
}
.arrival-blk .title-box:before{
	bottom: 0;
}
.arrival-blk .title-box:after{
	bottom: 17px;
}
.arrival-list{
	float: left;
	width: 100%;
}
.arrival-list ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 35px 0;
}
.arrival-list ul li{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #231f20;
	margin-bottom: 6px;
}
.btn-blk{
	float: left;
	width: 100%;
	text-align: center;
}



.event-blk{
	float: right;
	width: 100%;
	max-width: 480px;
	padding-left: 50px;
}
.event-top{
	float: left;
	width: 100%;
	padding: 15px 0 16px;
}
.event-thumb{
	float: left;
	width: 42.32%;
}
.event-thumb img{
	display: block;
	width: 100%;
}

.event-details{
	float: left;
	width: 57.68%;
	padding-left: 26px;
	padding-top: 4px;
}
.event-data{
	float: left;
	width: 100%;
	margin-top: 13px;
}
.event-data span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.event-data span strong{
	font-weight: 700;
}
.event-data:first-child{
	margin-top: 0px;
}

.event-bottom{
	float: left;
	width: 100%;
	text-align: center;
	padding-left: 20px;
}
.event-bottom h6{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #231f20;
	padding-bottom: 15px;
}
.event-bottom ul{
	float: left;
	width: 100%;
	list-style: none;
	text-align: left;
	margin: 0 0 13px;
}
.event-bottom ul li{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #231f20;
	margin-bottom: 6px;
}


 /*---------------- Content Section  ---------------*/

/*---------------- Footer Section ---------------*/
.footer-container{
    width: 100%;
    float: left;
	color: #fff;
	background: #520124;
	text-align: center;
}
.footer-content {
	float:left;
	width:100%;
	padding:40px 0px;
	text-align: center;
}
.footer-content h4 {
	color: #ffffff;
	padding-bottom: 16px;
}
.footer-content h6 {
	font-weight: 700;
	color: #8ec7c1;
	padding-top:5px;
	margin-bottom: 5px;
}
.footer-content p {
	color: #fff;
    margin: 0;
}
.footer-content address {
    width: 100%;
    float: left;
	font-size:16px;
	font-weight:400;
	letter-spacing: 0.6px;
}
.icon {
	position: relative;
	color: #fff;
	background: #221012;
	font-size: 15px;
	width: 48px;
	height: 56px;
	padding: 0;
	margin-bottom: 13px;
	display: inline-block;
	text-align: center;
	line-height: 56px;
}
.icon i {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 32px;
}
.icon:hover i {
	border-color: #8fc9c2;
	-webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
         -o-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}
.input-block {
	float:left;
	width:100%;
	display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
		   -ms-flex-pack: center;
		 justify-content: center; 
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
	padding-bottom: 25px;
}
.input-block input {
	width: 100%;
	max-width: 358px;
	margin: 0 4px;
	float: left;
}
.input-block .btn-secondary {
	max-width: 130px;
	margin: 0 4px;
}
.input-block .btn-secondary:hover {
    background: #8fc9c2;
}
.footer-content ul {
	list-style: none;
	padding-bottom: 12px;
	letter-spacing: 0.6px;
	line-height: 23px;
}
.tel-number{
	font-size: 42px;
	color: #8ec7c1;
	display: inline-block;
	margin:20px 0px 20px 0px;
    font-weight: 500;
}
.tel-number:hover {
	color: #fff;
}
/*---------------- Footer Section ---------------*/
 
/*---------------- Default Pages---------------*/
.Default_inner {
    padding: 70px 15px 52px;
}

.Default_inner h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: #FFC748;
    margin-bottom: 10px;
}
.Default_inner h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.Default_inner h3 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.Default_inner h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #FFC748;
    margin-bottom: 10px;
}
.Default_inner h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 10px;
}
.Default_inner h6 {
    font-size: 16px;
    line-height: 19px;
    color: #8fc8c1;
    font-weight: 700;
    margin-bottom: 10px;
}
.Default_inner p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #231F20;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.Default_inner ul, .Default_inner ol {
    padding-left: 20px;
    margin-bottom: 10px;
}
.Default_inner li
{
    margin-bottom: 6px;
}
.Default_inner table {
    width: 100%;
    margin: 20px 0;
}
.Default_inner table th {
    font-weight: bold;
}
.Default_inner table th, .Default_inner table td {
    border: 1px solid;
    padding: 10px;
}

.Default_inner label span.screen-reader-text {
    font-size: 16px;
    font-weight: bold;
    color: #520523;
    padding: 10px 0 !important;
    display: block;
}
.Default_inner button.search-submit {
    width: auto;
    display: inline-block;
    min-width: 130px;
    text-align: center;
    border: none;
    background: #530124;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    padding: 0 10px;
    height: 33px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 10px;
}

.Default_inner svg.icon.icon-search
{
    display:none;
}