/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://bartamediagroup.com
 Description:  Child Theme for Divi
 Author:       Barta Media Group
 Author URI:   https://bartamediagroup.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

#home_links a:hover{
    color: #c52033;
}
#home_illustration{
    position: relative;
}
#home_illustration .et_pb_blurb{
    background-color: #FFF;
    border: solid 1px #E0E0E0;
    position: absolute;
    max-width: 400px;
    display: none;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 2px #000;
    -moz-box-shadow: 0 0 5px 2px #000;
    box-shadow: 0 0 5px 2px #000;
}

#home_illustration .et_pb_blurb .et_pb_blurb_content{
    position: relative;
    padding-right: 110px;
    min-height: 115px;
}

#home_illustration .et_pb_blurb.active{
    display: block;
}

#home_illustration #touchpad.et_pb_blurb{
    right: 30%;
    bottom: 0px;
}

#home_illustration #door_sensor.et_pb_blurb{
    left: 53%;
    bottom: 10%;
}

#home_illustration #motion.et_pb_blurb{
    left: 47%;
    bottom: 12%;
}

#home_illustration #glass_break.et_pb_blurb{
    left: 36%;
    bottom: 10%;
}

#home_illustration #smoke.et_pb_blurb{
    right: 55%;
    top: 19%;
}

#home_illustration #indoor_camera.et_pb_blurb{
    right: 36%;
    top: 29%;
}

#home_illustration #outdoor_camera.et_pb_blurb{
    right: 25%;
    bottom:17%;
}

#home_illustration #video_doorbell.et_pb_blurb{
    left: 49%;
    bottom: 5%;
}

#home_illustration .et_pb_main_blurb_image{
    position: absolute;
    right: 0;
    margin-bottom: 0;
    background-color: #606060;
    padding: 10px;
    height: 100%;
}

#home_illustration .et_pb_main_blurb_image img{
    max-height: 90px;
	max-width: 90px;
}

#home_illustration .et_pb_blurb_container{
    padding: 10px;
}

#home_illustration .et_pb_blurb_container .et_pb_module_header{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

#home_illustration .et_pb_blurb_container .et_pb_blurb_description{
    font-size: 13px;
    line-height: 18px;
}

/*Other Custom CSS Divi*/

h1 {
	/*font-weight: 300;*/
	font-size: 50px;
}

h2 {
	font-size: 40px;
	line-height: 1.2em;
	/*font-weight: 300;*/
}

/*.thin h1, h2 {
	font-weight: 300;
}*/

h3 {
	font-size: 35px;
	/*font-weight: 300;*/
}

h4 {
	font-size: 30px;
	/*font-weight: 300;*/
}

.regular h4 {
	font-size: 30px;
	font-weight: 400;
}

h5 {
	font-size: 25px;
	/*font-weight: 300;*/
}

h6 {
	font-size: 20px;
}

@media screen and (max-width: 980px) {
	h1 {
	/*font-weight: 300;*/
	font-size: 45px;
}

h2 {
	font-size: 40px;
	line-height: 1.2em;
	/*font-weight: 300;*/
}

.thin h2 {
	/*font-weight: 300;*/
}

h3 {
	font-size: 35px;
	/*font-weight: 300;*/
}

h4 {
	font-size: 30px;
	/*font-weight: 300;*/
}

h5 {
	font-size: 25px;
	/*font-weight: 300;*/
}

h6 {
	font-size: 20px;
}
}

@media screen and (max-width: 767px) {
	h1 {
	/*font-weight: 300;*/
	font-size: 35px;
}

h2 {
	font-size: 30px;
	line-height: 1.2em;
	/*font-weight: 300;*/
}

.thin h2 {
	/*font-weight: 200;*/
}

h3 {
	font-size: 25px;
	/*font-weight: 300;*/
}

h4 {
	font-size: 23px;
	/*font-weight: 300;*/
}

h5 {
	font-size: 21px;
	/*font-weight: 300;*/
}

h6 {
	font-size: 20px;
}
}

p {
	font-weight: 400;
}

/*@media only screen and (max-width: 767px) {
	p {
		font-weight: 400;
	}
}*/

a {
	font-weight: 400;
}


 
.list ul {
	padding-top: 20px;
	font-weight: 400;
}

.list ol {
	padding-top: 20px;
	font-weight: 400;
}

ul {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 1.9em;
}

/*@media only screen and (max-width: 767px) {
	ul {
		font-weight: 400;
	}
}*/

ol {
	padding-top: 20px;	
	font-weight: 400;
	line-height: 1.9em;
}

/*@media only screen and (max-width: 767px) {
	ol {
		font-weight: 400;
	}
}*/

#left-area ul {
	line-height: 1.9em;
}

.entry-content ul {
	line-height: 1.9em;
}

#left-area ol {
	line-height: 1.9em;
}

.entry-content ol {
	line-height: 1.9em;
}



/* Home Page CTA Boxes */

.box-height {
	height: 270px;
}

@media (max-width: 980px) {
	.box-height {
		height: 230px;
	}
}

@media (max-width: 442px) {
	.box-height {
		height: 270px;
	}
}

.cta-box p {
	padding-top: 30px;
}

@media (max-width: 1033px) {
	.cta-box-no-padding p {
	padding-top: 6px;
	}
}

@media (max-width: 980px) {
	.cta-box-no-padding p {
	padding-top: 30px;
	}
}

/* CTA Headers */

.et_pb_cta_2.et_pb_promo h4.et_pb_module_header {
	font-size: 27px;
}

@media (max-width: 1341px) {
	.et_pb_cta_2.et_pb_promo h4.et_pb_module_header {
		font-size: 23px;
	}
}

@media (max-width: 1166px) {
	.et_pb_cta_2.et_pb_promo h4.et_pb_module_header {
		font-size: 20px;
	}
}

.et_pb_cta_1.et_pb_promo h4.et_pb_module_header {
	font-size: 27px;
}

@media (max-width: 1341px) {
	.et_pb_cta_1.et_pb_promo h4.et_pb_module_header {
		font-size: 23px;
	}
}

@media (max-width: 1166px) {
	.et_pb_cta_1.et_pb_promo h4.et_pb_module_header {
		font-size: 20px;
	}
}

.et_pb_cta_0.et_pb_promo h4.et_pb_module_header {
	font-size: 27px;
}

@media (max-width: 1341px) {
	.et_pb_cta_0.et_pb_promo h4.et_pb_module_header {
		font-size: 23px;
	}
}

@media (max-width: 1166px) {
	.et_pb_cta_0.et_pb_promo h4.et_pb_module_header {
		font-size: 20px;
	}
}

/* Home Security Steps */

.et_pb_text_47 h3 {
		font-size: 25px;
	}

.et_pb_text_49 h3 {
		font-size: 25px;
	}

.et_pb_text_51 h3 {
		font-size: 25px;
	}

.et_pb_text_53 h3 {
		font-size: 25px;
	}

@media (max-width: 1160px) {
	.et_pb_text_47 h3 {
		font-size: 21px;
	}
}

@media (max-width: 1160px) {
	.et_pb_text_49 h3 {
		font-size: 21px;
	}
}

@media (max-width: 1160px) {
	.et_pb_text_51 h3 {
		font-size: 21px;
	}
}

@media (max-width: 1160px) {
	.et_pb_text_53 h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_text_47 h3 {
    	font-size: 25px;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_text_49 h3 {
    	font-size: 25px;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_text_51 h3 {
    	font-size: 25px;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_text_53 h3 {
    	font-size: 25px;
	}
}

@media (max-width: 543px) {
	.et_pb_text_47 h3 {
		font-size: 21px;
	}
}

@media (max-width: 543px) {
	.et_pb_text_49 h3 {
		font-size: 21px;
	}
}

@media (max-width: 543px) {
	.et_pb_text_51 h3 {
		font-size: 21px;
	}
}

@media (max-width: 543px) {
	.et_pb_text_53 h3 {
		font-size: 21px;
	}
}

@media (max-width: 479px) {
	.et_pb_text_47 h3 {
		font-size: 25px;
	}
}

@media (max-width: 479px) {
	.et_pb_text_49 h3 {
		font-size: 25px;
	}
}

@media (max-width: 479px) {
	.et_pb_text_51 h3 {
		font-size: 25px;
	}
}

@media (max-width: 479px) {
	.et_pb_text_53 h3 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_row>.et_pb_column.et_pb_column_86 {
    	padding-top: 0px!important;
	}
}

@media only screen and (max-width: 479px) {
	.et_pb_row>.et_pb_column.et_pb_column_86 {
    	padding-top: 30px!important;
	}
}

.step-height {
	height: 315px;
}

@media (max-width: 1838px) {
	.step-height {
		height: 345px;
	}
}

@media (max-width: 1385px) {
	.step-height {
		height: 375px;
	}
}

@media (max-width: 1170px) {
	.step-height {
		height: 405px;
	}
}

@media (max-width: 1035px) {
	.step-height {
		height: 435px;
	}
}

@media (max-width: 980px) {
	.step-height {
		height: 315px;
	}
}

@media (max-width: 903px) {
	.step-height {
		height: 345px;
	}
}

@media (max-width: 681px) {
	.step-height {
		height: 375px;
	}
}

@media (max-width: 575px) {
	.step-height {
		height: 405px;
	}
}

@media (max-width: 509px) {
	.step-height {
		height: 435px;
	}
}

@media (max-width: 479px) {
	.step-height {
		height: 315px;
	}
}

@media (max-width: 427px) {
	.step-height {
		height: 345px;
	}
}

@media (max-width: 321px) {
	.step-height {
		height: 375px;
	}
}

/* Alarm Monitoring Boxes */

.monitoring-box-height {
	height: 425px
}

@media (max-width: 1551px) {
	.monitoring-box-height {
		height: 455px;
	}
}

@media (max-width: 1521px) {
	.monitoring-box-height {
		height: 485px;
	}
}

@media (max-width: 1351px) {
	.monitoring-box-height {
		height: 515px;
	}
}

@media (max-width: 1256px) {
	.monitoring-box-height {
		height: 545px;
	}
}

@media (max-width: 1062px) {
	.monitoring-box-height {
		height: 575px;
	}
}

@media (max-width: 992px) {
	.monitoring-box-height {
		height: 605px;
	}
}

@media (max-width: 980px) {
	.monitoring-box-height-top {
		height: 425px;
	}
}

@media (max-width: 980px) {
	.monitoring-box-height-bottom {
		height: 335px;
	}
}

@media (max-width: 785px) {
	.monitoring-box-height-top {
		height: 455px;
	}
}

@media (max-width: 770px) {
	.monitoring-box-height-top {
		height: 485px;
	}
}

@media (max-width: 767px) {
	.monitoring-box-height-bottom {
		height: 395px;
	}
}

@media (max-width: 743px) {
	.monitoring-box-height-bottom {
		height: 425px;
	}
}

@media (max-width: 770px) {
	.monitoring-box-height-top {
		height: 515px;
	}
}

@media (max-width: 720px) {
	.monitoring-box-height-bottom {
		height: 425px;
	}
}

@media (max-width: 699px) {
	.monitoring-box-height-top {
		height: 515px;
	}
}

@media (max-width: 699px) {
	.monitoring-box-height-bottom {
		height: 455px;
	}
}

@media (max-width: 676px) {
	.monitoring-box-height-bottom {
		height: 455px;
	}
}

@media (max-width: 672px) {
	.monitoring-box-height-top {
		height: 545px;
	}
}

@media (max-width: 572px) {
	.monitoring-box-height-top {
		height: 575px;
	}
}

@media (max-width: 553px) {
	.monitoring-box-height-bottom {
		height: 485px;
	}
}

@media (max-width: 536px) {
	.monitoring-box-height-top {
		height: 605px;
	}
}

@media (max-width: 491px) {
	.monitoring-box-height-bottom {
		height: 515px;
	}
}

@media (max-width: 511px) {
	.monitoring-box-height-top {
		height: 635px;
	}
}

@media (max-width: 506px) {
	.monitoring-box-height-top {
		height: 665px;
	}
}

@media (max-width: 502px) {
	.monitoring-box-height-top {
		height: 695px;
	}
}

@media (max-width: 479px) {
	.monitoring-box-height-top {
		height: 425px;
	}
}

@media (max-width: 479px) {
	.monitoring-box-height-bottom {
		height: 335px;
	}
}

@media (max-width: 379px) {
	.monitoring-box-height-top {
		height: 455px;
	}
}

@media (max-width: 371px) {
	.monitoring-box-height-top {
		height: 505px;
	}
}

@media (max-width: 368px) {
	.monitoring-box-height-bottom {
		height: 395px;
	}
}

.one-column et_pb_row {
	width: 60%
}

.color-change h4:hover, a:hover {
	color: #c52033
}

/* Blog */

.et_pb_title_meta_container {
	display: none;
}

.et_pb_blog_0.et_pb_bg_layout_light .et_pb_post .post-content p {
	padding-bottom: 30px;
}

.et_pb_posts a.more-link {
    display: block;
    clear: both;
	border: 2px solid #ba0c2f;
    height: 49px;
    width: 155px;
    padding: 6px!important;
    text-align: center;
    background-color: none!important;
    color: #ba0c2f!important;
	font-weight: 500;
}

.et_pb_posts a.more-link:hover { 
	border: 2px solid #ba0c2f;
    height: 49px;
    width: 155px;
    padding: 6px!important;
    text-align: center;
    background-color: #ba0c2f!important;
	transition-duration: .2s;
	color: #fff!important;
}

.et_pb_text_41 {
    font-weight: 500!important;
}

/* Primary Menu */

@media (min-width: 980px) {
	#top-header {
		display: none;
	}
}

@media (min-width: 980px) {
	.container.clearfix.et_menu_container {
		padding-top: 8px;
	}
}

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation {
		padding: 5 0 0 0!important;
	}
}

.et_header_style_left .logo_container {
    position: absolute;
    width: 100%;
    height: 68px;
    margin-top: -7px;
}

/* Menu CTA */

.menu-cta {
	border: 2px solid #c52033;
	height: 45px;
	padding: 12px!important;
	text-align: center;
	background-color: #c52033;
	font-weight: 500;
}

.menu-cta a {
	color: white!important;
}

ul#et-secondary-nav.menu {
    padding-top: 0px;
    font-weight: 300;
    line-height: inherit;
}

/* Mobile Menu */

.mobile_menu_bar:before {
	color: #c52033!important;
}

.et_mobile_menu {
    border-top: 3px solid #c52033;
}

.menu-item-3837 {
	display: none;
}

/* Secondary Menu */

#et-info {
	padding-bottom: 0em!important;
}

#et-secondary-menu {
    padding-right: 15px;
}

#et-info-phone {
    margin-right: 0px;
}

#et-info-email {
	display: none;
}

@media only screen and (min-width: 768px) {
    #et-info {
		float:right !important; 
		margin-top: 0px!important;
	}
}

@media (max-width: 980px){
	#et-secondary-menu, #et-secondary-nav {
    	display: block!important;
    	padding-top: 15px;
	}
}

@media (max-width: 767px){
	.et_secondary_nav_two_panels #et-secondary-menu {
    	margin-top: -15px;
    	display: grid!important;
	}
}

@media (max-width: 767px) {
	#top-header .et-cart-info {
    	margin-left: 0;
		padding-top: 10px;
	}
}

/* Columns */

.ten-columns .et_pb_module {width: 10%; float: left;}
.nine-columns .et_pb_module {width: 11.11%; float: left;}
.eight-columns .et_pb_module {width: 12.5%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.five-columns .et_pb_module {width: 20%; float: left;}

@media (max-width: 980px){
.ten-columns .et_pb_module {width: 20%;}
.nine-columns .et_pb_module {width: 33.3%;}
.eight-columns .et_pb_module {width: 25%;}
.seven-columns .et_pb_module {width: 25%;}
.six-columns .et_pb_module {width: 33.3%;}
.five-columns .et_pb_module {width: 33.3%;}
}

@media all and (max-width: 767px) {
.ten-columns .et_pb_module {width: 100%;}
.nine-columns .et_pb_module {width: 100%;}
.eight-columns .et_pb_module {width: 100%;}
.seven-columns .et_pb_module {width: 100%;}
.six-columns .et_pb_module {width: 100%;}
.five-columns .et_pb_module {width: 100%;}
}

.et_pb_equal_columns>.et_pb_column {
	margin-top: auto;
	margin-bottom: auto;
}

@media only screen and (max-width: 980px) {
.et_pb_column_87 {
    border-width: 0px;
}
}

@media only screen and (max-width: 980px) {
.et_pb_column_88 {
    border-width: 0px;
}
}

/*Mobile Stacking Order */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* Footer */

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }

@media only screen and (min-width: 980px) {

#footer-bottom .et-social-icons { margin-bottom:-28px; }

}

/* WooCommerce */

@media (max-width: 610px) {
	.woocommerce-page.et_pb_button_helper_class a.button {
		width: 100%;
		text-align: center;
	}
}

.woocommerce-Price-amount.amount {
    color: #c52033;
}

.et_button_no_icon.woocommerce-page a.button:hover {
	color: white;
}

.et_overlay:before {
	color: #c52033;
}

.woocommerce .woocommerce-info {
	color: #606060!important;
	background: #fff!important;
}

.woocommerce-info a {
    color: #606060!important;
}

.woocommerce .woocommerce-message {
    background: #606060;
}

.woocommerce-breadcrumb {
	visibility:hidden;
	display:none;
}

.woocommerce.et_pb_button_helper_class button.button.alt, .woocommerce-page.et_pb_button_helper_class button.button.alt, .woocommerce.et_pb_button_helper_class button.button, .woocommerce-page.et_pb_button_helper_class button.button {
	color: #fff;
	background-color: #c52033!important;
}

.woocommerce-page.et_pb_button_helper_class button.button, .woocommerce-page.et_pb_button_helper_class.et-db #et-boc button.button {
	color: #fff!important;
	background-color: #c52033!important;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-error, .wcf-embed-checkout-form .woocommerce .woocommerce-NoticeGroup .woocommerce-error, .wcf-embed-checkout-form .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
	background-color: #c52033;
}

.summary-add-to-cart-form-composite .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper .details {
    padding: 0 0 0 0em!important;
}

.component .composited_product_images, .woocommerce-page div.product div.composited_product_images, .woocommerce-page #content div.product div.composited_product_images, .woocommerce div.product div.composited_product_images, .woocommerce #content div.product div.composited_product_images {
	width: 10%!important;
}

.composite_form .step_title_wrapper {
    margin-bottom: 0em!important;
}

.woocommerce form .form-row .optional {
    visibility: hidden;
}

.return-to-shop {
	visibility: hidden;
}

#main-content .container {
	padding-top: 30px
}