/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        1
*/

@import url("../Newsmag/style.css");


/*  ----------------------------------------------------------------------------
    Your custom style.... here :)
*/
#CoverPop-cover {
	display: none;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.optinform {
    background: #4c4c4c;
    width: 98%;
    margin: 5px auto 15px;
    border-radius: 6px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 15px;
}

.optinform h2,
.optinform h3,
.optinform p {
    color: #fff;
    margin: 0;
}

.optinform h2 {
    font-size: 18pt;
    text-align: center;
}

.optinform h3 {
    font-size: 11pt;
}

.optinform p.privacy {
    font-size: 8pt;
}

.optinform input[type="text"] {
    width: 70%;
    float: left;
    height: 31px;
    margin: 10px 0 15px;
}

.optinform input[type="submit"] {
    width: 30%;
    float: right;
    background: #20A64C;
    color: #fff;
    line-height: 15px;
    border-radius: 0px;
    margin: 10px 0 15px;
}

.optinform .clear {
    clear: both;
}

.fixedd {
height:50px !important;
width: 100% !important;
border: 2px #c3c3c3 solid;
}
