/*************************
Font changes
*/

body{
	font-family: 'Raleway', sans-serif;
	    font-size: 16px;
}

/**turn off italics from front page*/
.front-page .site-inner .widget-title{
	font-style:unset;
}

.entry-header .entry-meta{
	font-size:14px;
}

/*************************
Headers
*/
h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif; 
	text-transform: uppercase !important;
	font-style:unset !important;
}

h1{
	font-family: 'Glass Antiqua', cursive;
	text-transform: uppercase !important;
}


/*************************
 * Menu
*/
.nav-primary a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.genesis-nav-menu{
	font-size: 14px;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
	color:#544f84;
	margin-left: 7px;
}

@media (min-width : 960px)
{
.header-image .site-title > a {
    height: 250px;
}
	
	.header-full-width .title-area {
    width: 80%;
}
}


/*********************
 *alt button
**********/
a.alt-button.button, input.alt-button{
	/*letter-spacing: 2px;
	line-height:1em;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat';
	padding: 14px 25px;*/
	background-color: #544f84 !important;
	color: #ced4e2 !important;
}

a.alt-button.button:hover{
	background-color: #ced4e2 !important;
	color: #544f84 !important;
}

.pt-cv-content a.button{    
		display:none;
}

/**************
 * Tip box
 */
.tip-box {
		padding: 20px;
    background-color: #ced4e2;
	margin-bottom:15px;
	font-family: 'Kalam', cursive;
	font-size: 20px;
}

.tip-box i{
	margin-right: 7px;
}

.flaticon-light:before {
    font-size: 60px;
    line-height: 1.3;
    color: white !important;
    padding-right: 16px;
}

/**************
 * Fix icons switch
 */

/** kitchen **/
.flaticon-technology-1:before { content: "\f125"; }

/** DVD**/
.flaticon-technology:before { content: "\f12d"; }

/** washer **/
.flaticon-technology-2:before { content: "\f11a"; }


/**************
 * Hide site map on 404 page
 */

.error404  .entry-content ul {
    display: none;
}

.error404 .entry-content h4{
    display: none;
}