@import url("//hello.myfonts.net/count/3bcb0d");
@font-face {
  font-family: 'Copperplate-Lig';
  src: url('/wp-content/themes/divi-child/fonts/font.woff2') format('woff2'), url('/wp-content/themes/divi-child/fonts/font.woff') format('woff');
}

/*
Theme Name:	Ready Digital
Description:	Divi Child Theme
Author:			Fredrik
Template:		Divi
Version:		1.0.1
/*

@import url("../Divi/style.css");

/* Custom CSS
/*--------------------------------------------------*/

.et_pb_row {
    width: 90%;
}

/* TABLE PLUGIN */

.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    border: none;
}
.jtTableContainer table tr th, .jtTableContainer table tr td {
    border-bottom: 1px solid #f1f5f7!important;
}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    line-height: 1.1;
}
.jtrespo-stack table.stackMeNowJT tr {
    margin-bottom: 6px!important;
    padding: 8px!important;
    background: #f1f5f7!important;
    border: solid 1px #e1e5e7!important;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1)!important;
}

/*--------------------------------------------------[ Basic ]*/
h1,
.home .dnxt-blurb-heading-wrapper h2,
.copperplate {
	font-family: Copperplate-Lig, arial !important;
}
/*--------------------------------------------------[ Top Bar ]*/
/*--------------------------------------------------[ Header ]*/


/*--------------------------------------------------[ Nav ]*/
/*--------------------------------------------------[ Sidebar ]*/
/*--------------------------------------------------[ Category ]*/
/*--------------------------------------------------[ Product ]*/
/*--------------------------------------------------[ Footer ]*/
/*--------------------------------------------------[ Checkout ]*/
/*--------------------------------------------------[ Page specific ]*/
/*--------------------------------------------------[ Misc ]*/

/*----------------------------------------------------------------------------[ Media Queries ]-------*/

@media screen and (min-width: 782px) {
  /*---[ Basic Desktop ]---*/
  /*---[ Top Bar Desktop ]---*/
  /*---[ Header Desktop ]---*/
  /*---[ Nav Desktop ]---*/
  /*---[ Sidebar Desktop ]---*/  
  /*---[ Category Desktop ]---*/
  /*---[ Product Desktop ]---*/
  /*---[ Footer Desktop ]---*/
  /*---[ Checkout Desktop ]---*/
  /*---[ Page specific Desktop ]---*/
  /*---[ Misc Desktop ]---*/
}

/*--------------------------------------------------[ Media queries ]*/

@media screen and (min-width: 981px) {
	.homeBlurbs .et_pb_column_1_5 {
		width: 18.6%!important;
		margin-right: 1.6%!important;
	}
	.homeBlurbs .et_pb_column.et-last-child {
		margin-right: 0!important;
	}
}
@media screen and (max-width:780px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 80%;
		height: 100%;
		max-height: 100%;
	}
	}
	@media screen and (max-width: 1229px){
	 #et_mobile_nav_menu {
	 display: block !important;
		}
 
	#top-menu {
		display: none !important;
		
		}
	}

