/*
	Theme Name: RSM Technology Blog Theme
	Theme URI: https://www.morevisibility.com
	Description: Theme for RSM Technology Blog created by MoreVisibility
	Version: 1.0
	Author: MoreVisibility
	Author https://www.morevisibility.com
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.styled-title h2, .styled-title h3, .styled-title h4, .styled-title h5, .styled-title .main-wrap .content-container .content-area .comments-section #reply-title, .main-wrap .content-container .content-area .comments-section .styled-title #reply-title, .main-wrap .container, body.home  {
 background-color: #f6f6f6!important;
 }
h2 {
    margin-top: 30px;
}
h3,h4 {
    margin-top: 20px;
}
table {
    border: 1px solid #AEAEAE!important;
    border-collapse:none!important;
    margin-bottom: 24px;
}
th {
    background-color:#759ED8!important;
    color: #fff!important;
    font-weight: 700!important;
}
th, td {
    padding: 8px!important;
    vertical-align: top!important;
}
tr {
     border-collapse:none!important;
    border-top: 1px solid #AEAEAE!important;
    border-left: 1px solid #AEAEAE!important;
}
tr:nth-child(odd) {background:#DCE4EF!important;}
tr:nth-child(even) {background: #FFF!important;}

.main-wrap .content-container .side-area .widget.popular-posts {
    margin-top: 40px!important;
}
.main-wrap .content-container .side-area .widget .widget-content p.mc-form input {
    padding: .375rem .75rem;
    font-size: 1rem;
    width: 100%;
    line-height: 1.5;
    color: #fff;
background-color:#3f9c35!important;
    margin-top: 6px;
background-clip: padding-box;
border: 1px solid #3f9c35;
}
.main-wrap .content-container .side-area .widget .widget-content input {
    display: inline-block;
    height: auto;
    width: 20px;
    padding: .275rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #111;
background-clip: padding-box;
border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main-wrap .content-container .side-area .widget p {
        font-size: 15px;
margin-bottom: 10px;}
      .main-wrap .content-container .side-area .widget .widget-content {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 10px!important; }
.top-mast-container .top-mast {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
code {
    color: #3f9c35!important;
}

.mc4wp-response .mc4wp-alert.mc4wp-notice {
    border: 2px solid #3f9c35;
    padding: 14px 14px 6px;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
a.banner-policy-link {
    color: #fff!important;
    text-decoration: underline;
}
a.banner-policy-link:hover {
    color: #fff!important;
    text-decoration: none!important;
}
form ul {
    list-style-type: none;
    clear: both;
    padding: 4px 0px 0px 2px;
    width: 100%;
    margin-bottom: 4px;
}
form li input {
    margin-right: 8px;
}
form input#mce-EMAIL {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}
.asterisk {
    color: red;
}
.one-half {
    float: left;
    width: 46%;
    margin-left: 8%;
}.one-half.first {
    margin-left: 0;
}

@media screen and (max-width: 580px) {

.one-half {  
    width: 100%;
    margin-left: 0%;
}
}

