/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Rob Smelik
 Author URI:   https://robsmelik.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Global Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.brx-content img.alignnone {
	margin: 20px 0 !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Custom Shortcodes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.divider, hr {
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 2px solid #dfdfdf;
}

.updated {
    color: #888 !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Questrial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: .004em;
    padding: 8px 0px;
}


.updated::before {
    color: #888 !important;
    content: 'Last updated on ';
    font-family: "Open Sans","Helvetica Neue",Helvetica,Questrial;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 30px;
    letter-spacing: .004em;
}

.intro {
    color: #444 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em !important;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 25px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 25px !important;
    letter-spacing: .004em;
}

.btx-post-body p.intro {
    font-size: 1.25em !important;
}


.quote {
    margin-left: 0px;
    margin-top: 40px;
    font-size: 22px;
    color: #444;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Questrial;
    font-weight: 400;
    line-height: 1.6;
    background-color: #fff;
    padding: 30px;
	display: block;
}

.source:before {
	width: 40px;
	height: 40px;
	margin-top: -50px;
	background-color: white;
	display: block;
	content: " ";
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom: 15px;
}

.source {
	margin-left: 35px;
    font-size: 14px;
    line-height: 1.7;
	margin-bottom: 40px;
	color: #444;
}

.boxed {
    padding: 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 0px;
}

.dropcap {
    float: left;
    text-align: center;
    font-size: 30px;
    line-height: 2.0;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 0px;
    background-color: #ccc;
    color: #fff;
    margin-top: 4px;
}

.small {
    color: #666666;
	font-size: 14px;
    line-height: 1.7;
}

.caption {
	color: #777777;
	font-size: 14px;
    line-height: 1.7;
    font-style: italic;
    margin-top: -30px !important;
    margin-bottom: 30px !important;
}

/* Simple Drop Cap  */

.wpsdc-drop-cap {
    float: left !important;
    padding: 0.15em 0.05em 0.25em 0 !important;
    font-size: 5em !important;
    line-height: 0.0em !important;
    color: #555555;
}

