/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*
font-family: 'Libre Baskerville', serif;
charcoal #323234
darkest gray #595252
medium gray #948C86
light gray #DBD7D7
lightest gray #E8E8E8
purple #3C1333
teal #004444
*/


@font-face {
    font-family: 'Smoking';
    src: url('https://wurcus.alisonwurts.com/webfonts/SmokingBase.eot');
    src: url('https://wurcus.alisonwurts.com/webfonts/SmokingBase.eot?#iefix') format('embedded-opentype'),
         url('https://wurcus.alisonwurts.com/webfonts/SmokingBase.woff') format('woff'),
		 url('https://wurcus.alisonwurts.com/webfonts/SmokingBase.ttf') format('truetype'), 
         url('https://wurcus.alisonwurts.com/webfonts/SmokingBase.svg#SmokingBase') format('svg');
	font-weight: normal;font-style: normal;}

@font-face {
    font-family: 'Caslon';
    src: url('https://wurcus.alisonwurts.com/webfonts/GLC_CaslonPro.eot');
    src: url('https://wurcus.alisonwurts.com/webfonts/GLC_CaslonPro.eot?#iefix') format('embedded-opentype'),
         url('https://wurcus.alisonwurts.com/webfonts/GLC_CaslonPro.woff') format('woff'),
		 url('https://wurcus.alisonwurts.com/webfonts/GLC_CaslonPro.ttf') format('truetype'), 
         url('https://wurcus.alisonwurts.com/webfonts/GLC_CaslonPro.svg#GLC_CaslonPro') format('svg');
    font-weight: normal;font-style: normal;}

.fl-page-nav-right .fl-page-header-container {width: 100%;}
.fl-logo-text, .fl-page-header a {/*color: #3C1333 !important;*/ font-family: 'Smoking'; font-size:36px;}
/*.fl-page-header a:hover {color: #004444 !important;}*/
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {font-family: 'Caslon'; font-size: 20px; text-transform: none; color: #948C86 !important;}
.fl-page-nav .navbar-nav a:hover {background: rgba(0, 0, 0, 0) url("https://alisonwurts.com/wp-content/uploads/smalldash.png") no-repeat scroll 15px 12px; color: #004444 !important;}


a.fl-button {font-family: libre baskerville !important; text-transform: uppercase !important;}
a.fl-button {background: transparent !important; border: 2px solid #f5f5f5 !important; color: #f5f5f5 !important; padding: 10px 30px !important;}
a:hover.fl-button {border: 2px solid #ffffff !important; background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; color:#ffffff !important;}
#lightbutton a.fl-button {border-color: #595952 !important; color: #595952 !important;}
#lightbutton a:hover.fl-button {background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important; color: #f5f5f5 !important;}

h2.fl-heading {color: #3c1333; font-family: 'Smoking';font-size: 60px;}
h3.fl-heading{font-family: 'Caslon';font-size: 40px;}
h4 {font-family: 'Libre Baskerville', serif; font-size: 20px; font-weight: bold;}

.fl-row.discoverheading {width: 61% !important; margin: 0 auto; display: table;}
.capital {font-family: 'Caslon'; font-size: 100px; line-height:60px;}
.fl-module.fl-module-rich-text.fl-node-59ded3503fbd5.frontpagetext {
    line-height: 30px;
    font-size: 18px;
}

a img:hover {
    opacity: 0.3;
}

.fl-photo-caption-hover {
    background: none;
    bottom: 37%;
    color: #3C1333;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 0 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    font-family: 'caslon';
    font-size: 30px;
line-height:40px;
}
.booktext p {line-height: 35px;}



