/**
 * Theme Name: Cosine Child
 * Description: Child theme for the Cosine
 * Author: LineThemes
 * Template: cosine
 */
 
#site-header #masthead #site-navigator {
    float: left;
    margin-top: 23px;
}

/* Set social media icons grey */
.social-links a i.fa-twitter {
    background: #a9a9a9;
}

.social-links a i.fa-facebook-official {
    background: #a9a9a9;
}

.social-links a i.fa-rss {
    background: #a9a9a9;
}

.widget {
    margin-bottom: 60px;
    margin-top: 60px;
}

.blog .hentry, .single-post .hentry {
    margin-bottom: 50px;
    margin-top: 75px;
    position: relative;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
    padding-bottom: 50px;
}

.blog .hentry .entry-cover a, .single-post .hentry .entry-cover a {
    display: block;
    position: relative;
    background: #ffffff;
}

.widget select {
    width: 295px;
}

/* Set sidebar widget email input width */
input[type="email"] {
	width: 295px;
}

/* Set footer link colour to white */
.footer-link {
	color: #ffffff;
	font-weight: bold;
}

#text-3 {
	margin-top: 0;
}

#custom_html-4 {
	margin-top: 0;
}

/* Set home page background image position */
.vc_custom_1515563762785 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}