/*
Theme Name: Design TLC Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: A child theme for Design TLC
Author: Tara Claeys & The Beaver Builder Team
Author URI: https://www.designtlc.com
template: bb-theme
*/

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

.edac-accessibility-statement a {
    color: #d41f51;
}

.broken_link, a.broken_link {
	text-decoration: none!important;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'sofia-pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a {
	color: #d51f51;
	/*color: #8DC63F;*/
	/*text-decoration: underline;*/
}

.fl-builder-content h3 {
    color: #d51f51;
}

a.fl-button, a.fl-button:visited {
    border: none!important;
}

.fl-module-content a:hover, .fl-module-content a:focus {
	color: #333;
	/*text-decoration: none;*/
}

ol {
    padding-inline-start: 0;
}

ol li {
   /* font-weight: bold; */
	/*font-size: 22px;*/
	/*color: #91C74B;*/
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

ul.sub-menu {
    background: #ffffff;
    padding-bottom: 10px;
}

/* Block Quote */
.wp-block-quote {
    /*border-left: 4px solid #000;*/
    margin: 30px 0 28px;
    /*padding-left: 1em;*/
}

blockquote {
    color: #4E7B2D;
    font-style: italic;
    background: #f6f6f6;
    padding: 20px 30px 40px 30px!important;
    border-left: none;
    border-top: none;
    margin-top: 20px;
    font-weight: 800;
	border-radius: 20px;
    box-shadow: #888 0 2px 2px;
}

.wp-block-quote cite, .wp-block-quote footer {
    color: #5F6972;
    font-size: 13px;
    margin-top: 0;
    font-style: normal;
    float: right;
    display: block;
    font-weight: 400;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 1em;
    border: none;
}

.wp-block-gallery .blocks-gallery-item figcaption {
padding: 0 10px 9px;
text-align: center;
font-size: 16px;
background: rgba(255,255,255,0.8);
}

aside#recent-posts-2 li {
    margin: 30px 0;
    font-size: 18px;
}

.fl-sidebar-right {
    padding-left: 20px!important;
}

.anww-external-link-icon:before {
    display: none;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'sofia-pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px
}

h1 {
	font-size: 36px;
	font-size: 3rem;
}

h2 {
	font-size: 30px;
	font-size: 2.5rem;
	color: #5E9537;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #d51f51;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.wp-block-image {
	margin: 20px 0 40px 0;
	
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
/*	width: 100%;*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
    margin-top: 20px;
}

button, input[type=button], input[type=submit] {
    background-color: #d6345a;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: 400;
    text-shadow: none;
    border: none!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0!important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #8DC63F;
	color: #fff;
}

.green-button {
	background: #8BC53F;
	display: block; 
	margin:30px auto; 
	width: 50%;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	color: #000;
}

.green-button:hover, .green-button-pop a:hover {
	background: #c81345;
	color: #fff;
}

.green-button-pop {
	background: #8BC53F;
	display: block; 
	margin:30px auto; 
	width: 50%;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	color: #000;
	text-align: center;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.uabb-sf-style-style1 .uabb-form-field input, .uabb-sf-style-style1 .uabb-form-field input:focus, .uabb-sf-style-style1 .uabb-form-field textarea {
    color: #696969;
    background: #ffffff;
    border-width: 1px;
    border-radius: 0;
    padding: 12px 15px;
}

/* Trust Index Reviews Widget */
.ti-widget[data-layout-id='4'][data-set-id='light-minimal'] .ti-read-more span {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000000;
    opacity: 1!important;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer;
}

/* EDD ------------------*/
a.edd-add-to-cart.button.edd-submit.edd-has-js,.edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited {
    background: #d51f51;
    color: #fff;
    border-radius: 0;
	border: none;
}

a.edd-add-to-cart.button.edd-submit.edd-has-js:hover, .edd-submit.button:hover, .edd-submit.button.gray:hover {
	background: #d41f51;
	border: none;
}

#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
	background: #d51f51;
    color: #fff;
    border-radius: 0;
	border: none;
	font-size: 1.2em;
}

#edd-purchase-button:hover, .edd-submit, input[type=submit].edd-submit:hover {
	background: #6eae40;
}

.edd-stripe-card-item .card-meta>span {
    color: #000!important;
    display: block;
}

#edd_checkout_form_wrap input[type=checkbox] {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30px;
    float: left;
    margin: 18px 0;
}

#edd_checkout_form_wrap input[type=checkbox]+label, #edd_checkout_form_wrap input[type=checkbox]+label:after {
    display: inline;
    clear: none;
    float: left;
    margin: 15px 0;
	color: #d41f51;
}

a.edd_terms_links {
    border: solid 1px;
    padding: 5px;
}

.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
    width: 75px;
    border: solid 2px #d41f51;
    border-radius: 0;
	font-size: 1.2em;
}

.edd_download_purchase_form .edd_download_quantity_wrapper::before {
	content: "Quantity ";
}

.download-template-default .nav-links {
    display: none;
}

.download-template-default .fl-row-content-wrap {
	padding-top: 0;
}

.single-download p {
	margin-top: 30px;
}


.single-download .button {
    background: #d51f51;
    color: #fff!important;
}
	



/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


.tm-click-to-tweet .tm-ctt-text a {
	color: #8DC63F!important;
	font-weight: bold!important;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Logo, hide text */
.header-image .site-title a {
  background: url(images/logo.svg) center center no-repeat;
  float: left;
  min-height: 90px;
  width: 100%;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1023px) {
  .header-image .site-title a {
    background-position: left center;
  }
}

@media only screen and (max-width: 860px) {
.uabb-creative-menu .sub-menu {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}
	
}

/***new---style*****/
._btn_icon .fl-button-icon.fl-button-icon-after.fas.fa-caret-right {
	font-size: 20px;
	line-height: 1;
	margin: 5px auto auto 0px;
}
.two_color_heading .fl-heading-text > span {
	color: #d51f51 !important;
}
.lastest_post .fl-post-grid-more {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin: 20px auto 0 auto;
	float: none;
	display: table;
}
.fl-col-bg-overlay.clickable-col:hover {
    opacity: 0.5!important;
}