@import url(https://fonts.googleapis.com/css?family=Merriweather:200,300,400,400,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Ledger:200,300,400,400,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Lora:200,300,400,400,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext);

	body
	{
font-family: 'Merriweather';
font-size: 18px;
	}

	/* accent color */


	/* secondary color */


	/* overlay color and opacity */
	.csmx-media.effect-hover:hover .overlay-background
	{
	opacity: 0.6;
	}


	/* logo height */


	/* Header Backgrounds */


/* menu colors */


/* content background */





	h1 , h1 a , h1 span ,
	h2 , h2 a , h2 span ,
	h3 , h3 a , h3 span ,
	h4 , h4 a , h4 span ,
	h5 , h5 a , h5 span ,
	h6 , h6 a , h6 span
	{
font-family: 'Ledger';
	}

	.csmx-primary-navigation a
	{
font-family: 'Lora';
	}

/** Make button the full width of the column **/
.caldera-grid .btn {
    width:100%
}

/** Change Background color and text color **/
.caldera-grid .btn {
    background-color:#E43D4D;
    color:white;
}
/** Change Background color and text color on hover **/
.caldera-grid .btn:hover {
    background-color:white;
    color:black;
}

.csmx-footer-widgets {
    padding: 0px 0 30px;
}

.csmx-header.style1 {
    border-top: 0px solid #000;
}