/*
 Theme Name:     Karen Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme - For Karen
 Author:
 Author URI:     oedings.com
 Template:       Divi
 Pages based on: Farm to Table
 Version:        2.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


/* -----------former ---- Colors --------------------*/
/* #73c345

Old
#00208A blue


shades
#00124C rgb(0,18,76)
#001866 rgb(0,24,102)
#001E7E rgb(0,30,126)
#00208A rgb(0,32,138)
#002498 rgb(0,36,152)
#002AB2 rgb(0,42,178)
#0030CC rgb(0,48,204)
#0036E4 rgb(0,54,228)
#003CFE rgb(0,60,254)
#194FFF rgb(25,79,255)
#3363FF rgb(51,99,255)
#4B75FF rgb(75,117,255)
#6589FF rgb(101,137,255)
#7F9DFF rgb(127,157,255)
#99B1FF rgb(153,177,255)
#B1C3FF rgb(177,195,255)
#CBD7FF rgb(203,215,255)
#E5EBFF rgb(229,235,255) */
/**/
/* Current colors

Headings
h1
Name: Cyan Cobalt Blue
Hex: #2258A5
h2
DENIM
Name: Denim
Hex: #1668BD

Links  and buttons:

Off
AMERICAN ORANGE
Name: American Orange
Hex: #FF8B00

on
CRAYOLA'S BRIGHT YELLOW
Name: Crayola's Bright Yellow
Hex: #FFB318


navigation and footer
on
SEA GREEN
Name: Sea Green
Hex: #349C55

off
SALEM
Name: Salem
Hex: #0E7C4A */

/* hide top navigation */
#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {

    visibility: hidden;

/* https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi
 Take out the divider line between content and sidebar */
#main-content .container:before {background: none;}

/*** Hide Sidebar ***/
#sidebar {display:none;}

/* colors */

h1 {
  color: #2258A5;
}
h2 {
  color: #1668BD;
}
/* Links */
Off

on


a {
  color:#FF8B00;
  decoration:none;
}

a:link {
  color:#FF8B00;

}

a:visited {
  color: #FF8B00;
}

a:focus {
  color: #349C55;
}

a:hover {
  color:#349C55;
}

a:active {
  color:#349C55;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
