/*
Theme Name: Squared-Child
Theme URI: http://larryjacob.com/
Author: Larryjacob Team
Author URI: http://larryjacob.com/
Description: Make all of your modifications of https://strategichcmarketing.com/ on this child theme.
Version: 1.0.0
Template: squared
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i');
.tve-leads-triggered .infusion-form input {
    font-size: 20px;
}
.tve-leads-ribbon.tve-leads-triggered {
    position: relative !important;
}
.tve-leads-triggered .infusion-form label {
    display: none;
}
.tve-leads-triggered .infusion-submit button {
    background: #fff;
    border: none;
    padding: 20px 30px;
    font-size: 17px;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}
.resource {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
	border-radius: 3px;
}
#wpadminbar #adminbarsearch .adminbar-button {
    display: none !important;
}
.bbp-topic-form form input[type="text"],
.bbp-topic-form form textarea,
.bbp-topic-form form select {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #222;
	font-size: 17px;
	font-weight: 400;
	padding: 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

#bbp_topic_submit {
	padding: 10px 20px;
	background-color: #222;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

.bbp-breadcrumb a,
.bbp-breadcrumb span {
	font-size: 18px;
	text-transform: capitalize;
}

.bbp-topic-title > a {
	font-size: 16px;
}

div.bbp-template-notice p,
.bbp-pagination-count {
	font-size: 14px;
}

.bSe article .awr ul li, .bSe article .awr ol li {
	font-family: Open Sans,sans-serif !important;
}

.cnt article ul li:before {
	font-size: 7px;
}

.single-post #comments {
	display: none;
}

.single-post .pgn {
	margin-top: 0;
}

footer .fmn .fmw p {
	font-family: Open Sans,sans-serif;
}

.sAs section[id*=recent-posts] ul {
	list-style: none;
}

.sAs section[id*=recent-posts] li {
	border-bottom: 1px #ddd solid;
	padding: 15px 0;
}

.sAs section[id*=recent-posts] li a {
	color: #222 !important;
}

.sAs section[id*=recent-posts] li a:hover {
	color: #008dc2 !important;
}

.sAs section[id*=recent-posts] li:before, .sAs section[id*=rss] li:before {
	content: '';
}

p.wp-caption-text {
	background: none;
	text-align: center;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
}

.order-box {
	padding: 15px 10px 16px 20px;
}

.simpay-payment-btn.stripe-button-el {
	display: block;
	background: #0274be;
	text-align: center;
	padding: 12px;
	margin-top: 15px;
	border-radius: 3px;
	width: 100%;
	font-family: Open Sans,sans-serif;
	font-weight: normal;
}

.simpay-payment-btn.stripe-button-el span {
	background: none;
	box-shadow: none;
	font-family: Open Sans,sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.simpay-payment-btn.stripe-button-el:hover,
.simpay-payment-btn.stripe-button-el:focus,
.simpay-payment-btn.stripe-button-el span:focus,
.simpay-payment-btn.stripe-button-el span:hover {
	background: #000000;
	box-shadow: none;
	border: none;
}

.thrv_button_shortcode {
	display: block;
}

.tve_flt .tve_btn.tve_blue.tve_btn7 {
	box-shadow: none;
	border: none;
	background: none;
	min-width: 100%;
}

.tve_flt .tve_btn.tve_blue.tve_btn7:hover {
	box-shadow: none;
	border: none;
	background: none;
}

.tve_flt .tve_btn.tve_blue a {
	background: #0274be;
	text-align: center;
	padding: 20px 12px;
	border-radius: 3px;
	width: 100%;
	font-family: Open Sans,sans-serif;
	font-weight: normal;
}

.tve_flt .tve_btn.tve_blue a:hover {
	background: #000000;
}

@media (min-width: 1200px) {
	.cnt .bSe.left, .cnt .bSe.right {
		width: 70%;
	}
}

@media (max-width: 940px) {
	#logo {
		width: 210px;
	}
}

/* Content Boxes */

.content-box-blue,.content-box-gray,.content-box-green,.content-box-purple,.content-box-red,.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	border-radius: 3px;
	padding: 20px
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98
}
@media screen and (max-width:1024px){
	header .side_logo #nav_right {
    z-index: 9999999;
    max-height: 700px !important;
		padding-bottom: 30px;
}
}