/*
Theme Name: Westface Financial
Theme URI: https://transmitstudio.com
Version: 1.0
Description: Child theme for Beaver Builder Theme
Author: Dave Kuhar
Author URI: http://davekuhar.com
template: bb-theme
*/

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

/*.custom-footer-menu .fl-menu-horizontal li {
    padding-right: 10px;
    position: relative;
    display: inline-block;
}
.custom-footer-menu .fl-menu-horizontal li:before {
    content: "·";
    position: absolute;
    left: -7px;
    bottom: 0;
}
.custom-footer-menu .fl-menu-horizontal li:first-of-type:before {
    content: "";
}*/

a {
	font-weight: bold;
}

a.wp-block-button__link {
    color: white;
    background-color: #CC5A40;
    border: 4px solid #E5BF7C;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
	padding: 8px 20px;
    transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
}
a.wp-block-button__link:hover {
	text-decoration: none;
	background-color: #E5BF7C !important;
	border: 4px solid #d9b370;
    border-color: #CC5A40;
	color: #723423;
}

.wp-block-button.aligncenter {
    text-align: center;
    margin: 15px auto 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #576779;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #bfaa67;
}
.fl-module-post-grid .fl-post-more-link button {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 18px;
    background: #1F2D46;
    border: 4px solid #476C99;
    line-height: 18px;
    padding: 8px 20px;
	border-radius: 0;
    transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
}
.fl-module-post-grid .fl-post-more-link button a {
    text-decoration: none;
    color: #fff;

}
.fl-module-post-grid .fl-post-more-link button:hover {
    background: #476C99;
    border: 4px solid #1F2D46;
}
.fl-module-post-grid .fl-post-more-link {
    margin-top: 28px;
    text-align: center;
}
.fl-module-post-grid .fl-post-excerpt p {
    font-family: PT Serif, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #1f2d46;
}
.fl-post-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    color: #1f2d46;
}
.fl-module-post-grid .fl-post-meta a{ 
    text-transform: initial;
}
.fl-module-post-grid .fl-post-title a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1f2d46;
}
.fl-module-post-grid .fl-post-title a:hover {
    color: #1f2d46;
}
.fl-module-subscribe-form input[type=email],
.frm_form_field input[type=email] {
    border-color: #e5bf7c;
    border-radius: 0!important;
    background-color: #f2e6d1;
    padding: 5px 12px !important;
    line-height: 32px !important;
    color: #cc5a40;
}
.fl-module-subscribe-form input[type=email]::placeholder,
.frm_form_field input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cc5a40;
    opacity: 1; /* Firefox */
}

.fl-module-subscribe-form input[type=email]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cc5a40;
}

.fl-module-subscribe-form input[type=email]::-ms-input-placeholder,
.frm_form_field input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
    color: #cc5a40;
}

#send-me-the-newsletter p#requiredfieldsmsg {
    display: none;
}

.fl-post-grid-post {
	border: none;
}

.fl-post-grid-post .fl-post-text {
	padding: 10px 0 0 !important;
}
.blog .widget_categories .widgettitle, .category .widget_categories .widgettitle{
    display: none;
}
.fl-builder-pagination {
    padding: 0;
}
.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers{
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #476C99;
    color: #476C99;
    padding: 5px 12px;
} 

.fl-builder-pagination li a.page-numbers.dots, .fl-builder-pagination li span.page-numbers.dots{
    border: transparent;
    padding: 5px 12px 0 12px;
    margin: 0;
    vertical-align: text-top;
}
.widget_categories select.postform {
    padding: 2px 15px 0;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #476c99;
    border: transparent;
    font-family: Oswald, sans-serif;
    /*background: url(/wp-content/uploads/cat-icon.png) no-repeat right #f2f2f2;*/
    background: url(/wp-content/themes/bb-westface/images/cat-icon.png) no-repeat right #f2f2f2;
    -webkit-appearance: none;
    background-position-x: 97%;
    width: 100%;
    margin-top: 10px;
}
.single .widget .widgettitle {
    font-family: Oswald, sans-serif;
    font-size: 28px;
    color: #476c99;
}
.single .fl-module-fl-post-content h2,.single .fl-module-fl-post-content h3 {
    color: #476c99;
    font-size: 26px;
}
.single .fl-module-fl-post-content p a {
    color: #cc5a40;
    font-weight: 600;
}
.fl-theme-layout-template-default .widget_categories li.cat-item {
    font-size: 20px;
}
.widget_recent_entries .recent-post-title a {
    font-size: 20px;
    display: block;
}
.widget_recent_entries .recent-post-date-category {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 5px;
    font-weight: 600;
    color: #1f2d46;
    font-family: Oswald, sans-serif;
}
.widget_recent_entries .recent-post-date-category a {
    text-transform: initial;
}
.widget_recent_entries ul li {
    margin-bottom: 50px;
}
.custom-banner-end-content.fl-row-full-height .fl-row-content-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#fl-builder-inline-search .fa-search-icon {
    z-index: 5;
}
#inline-search {
    z-index: 5;
}
.fl-builder-inline-search #inline-search, .fl-builder-inline-search {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.fl-form-success-message {
    margin-top: 15px;
}
.fl-form-error-message {
    color: #ffffff;
}

strong.success_message {
    color: white;
    font-family: Oswald;
    font-size: 22px;
    line-height: 1.2;
    margin: 36px 0 0 30px;
    display: block;
}

/*Gutenberg Button CSS*/
.wp-block-button a{
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #c04e34;
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #e5bf7c;
    background: #CC5A40 !important;
    color: #fff !important;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
}

.wp-block-button a:hover{
    color: #723423 !important;
    border-color: #CC5A40;
}

.sf_required_fields_msg {
	color: white !important;
	font-size: 12px !important;
    padding-top: 8px;
}

@media only screen and (max-width: 600px) {
  #newsletter-form .salesforce_w2l_lead .w2llead {
	display: block !important;
	}
	#newsletter-form .salesforce_w2l_lead .w2llead .w2lsubmit {
	padding-top: 0 !important;
	}
}