@import url("../../reverie-master/css/style.css");
/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
 
 
body {
  background: #F9BF58;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 { }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-weight: normal; }
h4 { font-size: 1rem; }

a { color: #A03644; }
a:hover { color: #666; }

.entry-content a { text-decoration: underline; }

.nopad { padding: 0; }
.end { float: left !important; }

a.button, button, input[type=button], input[type=submit] { background: #000; }
a.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover { background: #666; }

/* Banner ________________ */

#banner { margin-top: 1rem; margin-bottom: 3rem; }

body > header.contain-to-grid, .top-bar, .top-bar-section ul, .top-bar-section li:not(.has-form) a:not(.button) { background: #333; }

/* center the menu */

.top-bar-section ul { list-style-type: none; text-align: center; display: block; }
.top-bar-section ul li { display: inline-block; float: none; }

.top-bar-section ul ul { text-align: center; }

/* get rid of fixed height */

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"], .top-bar-section li:not(.has-form) a:not(.button)
{ height: auto; line-height: 1; }

.top-bar-section li:not(.has-form) a:not(.button) { padding: 1rem; }

/* get rid of drop-down submenus */

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { display: none; }
.top-bar-section .has-dropdown > a { padding-right: 15px !important; }
.top-bar-section .has-dropdown > a:after { content: none; }

/* style the menu */

.top-bar-section li:not(.has-form) a:not(.button) { color: black; }
.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover { color: white; background: black; }


/* Main content area ________________ */

#content { border: solid 3px #A03644;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 }


.breadcrumbs { background: none; border: none; padding: 15px 5px 0; margin-bottom: 30px; }
.breadcrumbs > * { font-size: 0.75rem;  }
.breadcrumbs a, .breadcrumbs > * a, .breadcrumbs > * span { color: #000; text-transform: none; }

.standfirst { font-weight: bold; line-height: 1.5; font-size: 1.2rem; margin-bottom: 2rem; }

/* Footer ________________ */

footer.full-width { background: none; border-top: none }
footer.full-width .love-reverie { border-color: #A03644; }


/* Sidebar & widgets ________________ */

/* Main menu */

.menu a { text-transform: uppercase; font-weight: bold; }

/* Submenu */

ul.submenu li.title { text-transform: uppercase; }
ul.submenu ul { display: none; }
ul.submenu li.current-menu-item ul, ul.submenu li.current_page_parent ul, ul.submenu li.current_page_ancestor ul { display: block; }



/* Home ________________________________ */

.home h1 { display: none; }


/* Lists ________________ */

ul.list, ul.simple, ul.logos { list-style: none; padding: 0; margin: 0 0 1rem; float: left; width: 100%; }
ul.list li { margin-bottom: 0.1rem; }
ul.list li a { display: block; padding: 5px; }
ul.list li a:hover { background: #EEE; }

ul.logos li { float: left; margin-right: 0.25rem; }
ul.logos li img { height: 100px; }



/* MEDIA QUERIES _____________________ */


/* Small __________________ */

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium __________________ */

@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large __________________ */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* X Large __________________ */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XX Large __________________ */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */



/* FONT ICONS __________________ */

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
