/*
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
*/

/* Reset */

* {

    margin: 0;
    padding: 0;
    color: inherit;
    direction: inherit;
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    /* white-space: inherit; creates wrap bug in BB Editor */
    word-spacing: inherit;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    unicode-bidi: normal;
    vertical-align: baseline;
    word-wrap: break-word;
    background-color: transparent;
    border-width: 0;
    font-size: 100%;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

/* Global Page customizations */


html, body { 
    background: #a8a8a8;
	background: linear-gradient(180deg, #a8a8a8 0%, #d8d8d8 95%);
}



/*@media (max-width: 768px) {    
	body {
    	background: #fff;
}
	.fl-page {
		padding-right: 10px;
		padding-left: 10px;
	}
}*/

header {
    background: #fff;
}

.right {
	float: right;
}
.left {
	float: left;
}

hr {
    border-bottom: 1px dotted #bbbbbb;
    margin-top: 50px;
    margin-bottom: 52px;
}

a:hover, a:focus {
    background: #78a1d6;
	color: #fff !important;
	text-decoration: none;
}
.nBG a {
	background: none;
}

.fl-page {
	padding-top: 60px;
}
header .fl-module-heading h1.fl-heading {
    padding-top: 30px !important;
}
.fl-module.nBG {
	padding-bottom: 50px;
	border-bottom: 5px solid #78a1d6;
}

/* Font customizations */


.customTitle h1.fl-heading {
	font-size: 36px !important;
	margin-bottom: 24px !important;
}
.headerContent h1 a:hover,
.headerContent h3 a:hover,
.headerContent h1 a:focus,
.headerContent h3 a:focus {
	background: transparent;
}

.footerContact h4,
.footerContact h5,
.footerNav h4 {
	font-family: 'Lato', sans-serif;
}
.footerNav h4 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footerNav .fl-module-heading .fl-heading {
    padding-bottom: 10px !important;
}

.caps,
.caps .fl-heading {
    text-transform: uppercase;
}

.contactInfo p,
.contactInfo a {
	color: #ffffff !important;
}
.contactInfo a:hover {
	background: #78a1d6;
	color: #fff !important;
}

/* Header elements */

.fl-page-header-logo {
    line-height: 1.2;
} 
.fl-logo-desc {
    clear: both;
    display: inline-block;
}
.fl-col.headerContent {
	max-width: 88% !important;
}


/* Widgets */

.widget {
	margin-bottom: 35px;
}

/* blogRoll (Posts module) customizations */

.fl-post-grid {
    margin: 0;
}
.postPadding .fl-post-grid-post {
	padding-top: 30px;
}

body .fl-post-grid-content p:last-of-type {
    padding-bottom: 50px !important;
}

.postPadding a.fl-post-grid-more {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 75px 0 0;
	background: url("https://watchrickcode.com/wp-content/uploads/2019/12/arrow-thin-wide-white.png") 90% center no-repeat #013972;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.postPadding a.fl-post-grid-more:hover {
	background: url("https://watchrickcode.com/wp-content/uploads/2019/12/arrow-thin-wide-white.png") 90% center no-repeat #78a1d6;
}

a.fl-post-grid-more:hover {
	background-color: #d49657;
}

.fl-module-fl-post-info {
    padding-bottom: 24px;
	border-bottom: 2px dotted #bbbbbb;
}

.fl-post-feed-post {
    border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 5px;
}

a.fl-post-feed-more {
    padding: 10px 15px;
    padding-right: 30px;
    background: url("https://watchrickcode.com/wp-content/uploads/2020/04/arrow-blue-sm.png") 95% center no-repeat;
	font-size: 14px;
	float: right;
}
a.fl-post-feed-more:hover {
    background: url("https://watchrickcode.com/wp-content/uploads/2019/12/arrow-wht-sm.png") 95% center no-repeat #78a1d6;
	color: #fff !important;
}

/* Blog customizations */

.fl-builder-pagination {
	border-bottom: 1px dotted #bbbbbb;
	border-top: 1px dotted #bbbbbb;
	padding: 12px 0;
	margin: 0;
	margin-top: 25px;
}
.fl-builder-pagination ul.page-numbers {
    text-align: right;
}
.fl-builder-pagination li a.page-numbers, 
.fl-builder-pagination li span.page-numbers {
    border: 0 none;
    padding: 10px 18px;
    margin: 0 4px;
	font-size: 16px;
	color: #000;
}
.fl-builder-pagination li a.page-numbers:hover {
    background: #78a1d6;
	color: #fff !important;
}

.fl-builder-pagination li span.current {
    background: #78a1d6;
	color: #fff;
}


/* Forms, Buttons */

.form-control {
	border-radius: 0;
	box-shadow: none;
}

textarea, 
input[type="text"], 
input[type="search"], 
select {
    width: 100%;
    padding: 20px 30px;
    margin-top: 5px;
    margin-bottom: 15px;
    background: #fff !important;
    border: 2px solid #ccc !important;
	border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-tap-highlight-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #6c6c6c;
}

select {
    padding: 10px 30px;
}

input[type="submit"],
input[type="reset"],
button,
.button {
    width: 100%;
    padding: 20px 0;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border: 0 none;
	border-radius: 0;
    background: #013972;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-editor-tabs button,
.wp-editor-container .button {
	width: auto;
}

button,
.button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 0 none;
	border-radius: 0;
    background: #013972;
    text-align: center;
    letter-spacing: 2px;
}
button.hamburger {
	text-align: right !important;
}

input[type="submit"]:hover, 
input[type="reset"]:hover,
button:hover,
.button:hover {
    color: #fff;
    background: #78a1d6;
	border: 0 none;
}

label {
	font-weight: 400;
}

/* Sidebar customizations */

.fl-module-sidebar li,
.fl-sidebar li {
    padding: 6px 0 10px;
    border-bottom: 1px dotted #bbbbbb;
    font-size: 14px;
}
.fl-module-sidebar li:last-child {
    border-bottom: 0 none;
	margin-bottom: 0;
}
.fl-module-sidebar li:before,
.fl-sidebar li:before {
    content: "\25BA" !important;
    display: block;
    float: left;
    width: 1.2em;
    color: #013972 !important;
}
.fl-module-sidebar li a {
    padding: 5px;
}

/* Footer customizations */

footer .ftrTxt,
footer .ftrTxt a {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #e2e2e2 !important;
}
footer .ftrTxt a:hover {
	background: #78a1d6;
	color: #fff;
}
