/*
  Theme Name:     Divi Child Theme
  Theme URI:      http://www.elegantthemes.com/gallery/divi/
  Description:    Divi Child Theme
  Author:         Elegant Themes
  Author URI:     http://www.elegantthemes.com
  Template:       Divi
  Version:        1.0.0
*/
 
@import url("../Divi/style.css");

@media print {

body {
font: 13pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
background: #fff;
color: #000;
}

.notonmobile,
#ubermenu, 
#main-footer,
#main-header, 
#top-header,
#sidebar,
.et_social_inline,
.et_social_mobile_on,
.et_social_inline_bottom,
.bannerimage {
display: none; }

img.rgtkSearchPetPicImg {
display: inline !important;
}

div.rgtkSearchFoundSummary{
display: none;
}

div.rgtkPetFoundPets{
display: none;
}

div.rgFooter{
display: none;
}

}

 
/* =Theme customization starts here
 ------------------------------------------------------- */

.et-social-email a:before { content: "\e076"; }
.et-social-youtube a:before { content: '\e0a3';}
.lcnb_lb_overlay { width: 0px; height: 0px; }
.lcnb_img_lb .lcnb_lb_icon:before { content: ""; }

@media only screen and ( max-width: 767px ) {
	#et-info .et-social-icons { display: block; }
}

.et_full_width_page div#sidebar { display: none; }

.et_header_style_left div.logo_container{
    position:relative;
    padding:20px 0;
    width:auto;
    height:auto;
    float:left;
}

#et-secondary-nav, #et-secondary-menu {
		display: block !important;
	}
	
.ubermenu-responsive-toggle .fa {
    font-size: 18px;    
}


