/*
* Theme Name: Artmag Child Theme
* Theme URI: http://www.2035themes.com/artmag
* Author: 2035Themes
* Author URI: http://www.2035themes.com/
* Version: 1.0
* Template: artmag
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*-----------------------------------------------------------------------------------*/
/*  Css Import
/*-----------------------------------------------------------------------------------*/

@import url("../artmag/style.css");


/*-----------------------------------------------------------------------------------*/
/*  Child Theme Css
/*-----------------------------------------------------------------------------------*/

Add this codes to your style.css

.user-info-content {
    float: left;
    width: 180px;
}

.user-info-img {
    float: left;
    width: 80px;
    padding-right: 10px;
}
/**
	 *Change font color for heading 1 -front page headings
	 */
.big-title h1{
    font-family: Bebas Neue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.1500em;
    font-size: 30px;
    color: #666;
}
/**
	 *Change font color for heading 2 post title
	 */
h2 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.0500em;
    color: #666;
}
/**
	 *Heading levels 1 - 6
	 */
h1 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #916a91;
}

h2 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.0500em;
    color:#6a4b6f ;
}

h3 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    color: #666;
}

h4 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color:#b6839d;
}

h5 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

h6 {
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1500em;
    color: #666;
}
/**
	 *Change color for social media icons
	 */

.social-area ul li a i{
    font-size: 17px;
    color: #6a4b6f;
}
/**
	 *Hide Categories on slider
	 */
.post-categories ul li h6 a {
    visibility: hidden;
}
/**
	 *Change color for slider text
	 */
body {
    color: #666;
    letter-spacing: 0.0200em;
}
/**
	 *Change color for sidebar widget
	 */
.sidebar-widget{
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    position: relative;
}
/**
	 *Change color for bar above date on widget
	 */
  border-top: solid 2px #ababab;
}
.author-post{
    background: #e9e4ed;
}
.post-element ul li:last-child{
    margin-right: 0;
    display: none;
}
div.instagram-bar-title{
display: none;
}
div.post-test.clearfix{
color: #FFFFFF;
}
/**
	 *Remove more link next to logo author icon
	 */
.user-info-content p a{
    display: none;
}
/**
	 *Remove line that says comments off on individual posts
	 */
.com-title h6{
    display: none;
}
/**
	 *Change background color on author info on posts
	 */
.author-post{
    display: none;
}
/**
	 *Remove dash separator btw author box and tags
	 */
hr.post-end{
display: none;
}
/**
	 *Remove date and categories from header
	 */
.post-element ul{
	display: none;
}
/**
	 *Remove comments on feature articles
	 */
a.smooth {
visibility: hidden;
}
/**
	 *change loading color of audio player on feature articles
	 */
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ccadb6;
}
a.addbackground {
    text-decoration: underline;
}
h1 {
     color:#916a91;
}
.wmts_wide .wmts_name, .wmts_wide .wmts_name * {
    color: #916a91!important;
}
a:visited{
    color: #a0a09f;
}
.vc_row h1,
.vc_row h2,
.vc_row h3,
.vc_row h4,
.vc_row h5,
.vc_row h6{
padding:0;
font-family: Bebas Neue, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.1500em;
font-size: 30px;
color: #666;
}