/*
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_gutters3 .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 6px;
}
.menu_cta {
	background-color: #f58220;
	color: #fff;
	padding: 0 !important;
	border-radius: 30px;
}

.menu_cta a {
	color: #fff !important;
	padding: 12px 15px 12px 15px !important;
}
.menu_cta a:hover {
	opacity:1;
}
#main-header .nav li ul a, .et-fixed-header .nav li ul a {
    color: #313537!important;
}
.et_mobile_menu li a {
    padding: 6px 5%;
}
.et_pb_with_border.et_pb_column_1_4 {
    transition: all .3s ease-out;
}
.et_pb_with_border.et_pb_column_1_4:hover {
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 10%);
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
}

/*--------------------------------------------------[ Basic ]*/
/*--------------------------------------------------[ 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 ]---*/
}

/*--------------------------------------------------[ Mobile only ]*/

@media screen and (max-width: 781px) {

}
