/******************* Background ********************/
html {
background-color: #FCFCFC;
}
#Wrapper, #Content {
background-color: #FCFCFC;
}
/********************** Font | Family **********************/
body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"],
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
font-family: "Roboto", inherit;
font-weight: 400;
}
#menu > ul > li > a, #header_action_button, #header_cart {
font-family: "Roboto", Arial, Tahoma, sans-serif;
font-weight: 200;
}
#Subheader .title {
font-family: "Patua One", Arial, Tahoma, sans-serif;
font-weight: 400;
}
h1, .text-logo #logo {
font-family: "Patua One", Arial, Tahoma, sans-serif;
font-weight: 300;
}
h2 {
font-family: "Patua One", inherit;
font-weight: 300;
}
h3 {
font-family: "Patua One", Arial, Tahoma, sans-serif;
font-weight: 300;
}
h4 {
font-family: "Patua One", Arial, Tahoma, sans-serif;
font-weight: 300;
}
h5 {
font-family: "Roboto", Arial, Tahoma, sans-serif;
font-weight: 700;
}
h6 {
font-family: "Roboto", Arial, Tahoma, sans-serif;
font-weight: 400;
}
blockquote {
}
blockquote {font-weight: 300;font-family: 'Source Sans Pro', sans-serif;font-size: 20px;}
blockquote a {float: left;width:20%;color: #ec6952;font-size: 17px;text-decoration: none !important;}
blockquote p {float: left;width:76%;}
.menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a {
margin: 0px 0 !important;
padding: 0px 10px !important;
}
blockquote .author{float: left;width:96%; text-align:right !important;}
blockquote .author p {color:#ec6952;text-align:right;/* width:100%; */float: left;margin-bottom: 5px;}
blockquote .designation {color:#444; text-align:right;width:100%;float: left;font-size: 16px;}
blockquote .company{color:#666; text-align:right;width:100%;float: left;font-size: 16px;}
#Top_bar .menu > li ul li a { font-weight: 200;}
/********************** Font | Size **********************/
/* Body */
body {
font-size: 13px;
line-height: 21px;
}
/* Headings */
h1, #Subheader .title, .text-logo #logo {
font-size: 25px;
line-height: 25px;
}
h2 {
font-size: 30px;
line-height: 30px;
}
h3 {
font-size: 25px;
line-height: 27px;
}
h4 {
font-size: 21px;
line-height: 25px;
}
h5 {
font-size: 15px;
line-height: 20px;
}
h6 {
font-size: 13px;
line-height: 20px;
}
/********************** Sidebar | Width **********************/
.with_aside .sidebar.columns {
width: 23%;
}
.with_aside .sections_group {
width: 75%;
}
.aside_both .sidebar.columns {
width: 18%;
}
.aside_both .sidebar-1{
margin-left: -79%;
}
.aside_both .sections_group {
width: 60%;
margin-left: 20%;
}