/*------------------------------------*\
	Theme Name: ClassiAds - WordPress Classified Ads Theme
	Date: October 2014 
	Description: WordPress Classified Ads Theme. 
	Version: 3.5.1
	Author: 3rec-bd.com
	Author URI: 3rec-bd.com
	License: Commercial
	Theme URI: 
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: one-column, two-columns, left-sidebar, right-sidebar,fluid-layout,fixed-layout,responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
/*------------------------------------*/



.site-info {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.make-new-ad {
    width: 142px;
    height: 42px;
    line-height: 41px;
    font-size: 14px;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    display: none !important;
}

.ad-title {
    background: url(../images/header.png) #f8f8f8;
    padding: 60px 0px;
    text-align: center;
    margin-bottom: 60px;
    display: none !important;
}

.footer-style-1 a{
    color: #fff !important;
}

.footer-style-1 p{
    color: #fff !important;
}

.footer-style-1 a:hover{
    color: #3366ff!important;
    transition: 1s;

}

.footer-menu .menu li a {
    font-size: 13px;
    color: #d7d7d7 !important;
}

.site-info {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
    width: 50%;
    float: left;
    color: #d7d7d7 !important;
}

.main_menu ul li a {
    border: green 4px solid;
    background-color: green;
    color: white;
    padding: 10px !important;
    margin-top: 15px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    transition: 1s;
    line-height: 35px !important;
}

#navbar .main_menu {
    float: right !important;
    padding-top: 20px !important;
    display: inline;
    padding-right: 0 !important;
}

.page-template-template-profile-php .my-ad-box .my-ad-a {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 0px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0px;
    background: #333333;
    display: none !important;
}

.author-cc {
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    display: none !important;
}

.ad-detail-half-box {
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: none !important;
}
a:hover{color:rgb(44, 142, 70) !important;}

input, textarea {
    border: 1px solid green !important;
    color: #888888 !important;
    width: 90% !important;
}
.form1 input[type="text"] {
    border-radius: 5px !important;
    height: 22px;
    padding: 7px 3px !important;
    background: #FFF !important;
    border: 1px solid #17813E !important;
    font-size: 14px !important;
}

.form1 textarea {
    border-radius: 5px !important;
    height: 22px;
    padding: 10px 3px !important;
    background: #fff !important;
    border: 1px solid #079230 !important;
    font-size: 16px !important;
}

.form1 .button-submit {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    background: #047C01 !important;
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 18px;
    width: 420px !important;
    min-height: 35px;
    font-family: Segoe UI;
    border: 1px solid transparent;
    margin: 5px;
    margin-left: 100px !important;
    border-radius: 5px !important;
}

h1, h1 a, h1 span {
    font-family: "Roboto Slab";
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: #3f3d59;
    font-size: 28.5px !important;
}

h1{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 20px 0;
    margin-bottom: -20px !important;
    color:#2c8e46 !important;
}


.main_menu ul li ul.children li a, .main_menu ul li ul.sub-menu li a {
    width: 360px !important;
    padding: 0px 20px;
    float: left;
    color: #fff;
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 33px !important;
    text-align: left !important;
    border-bottom: 1px solid #6dab3c !important;
}