/*
Theme Name: Bewrite

*/

@import url("bootstrap.min.css");


body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
font-weight: 300;
color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
}

a{
	color: #a62a38;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0;
	margin: 0;
}

.img-rite{
	position: relative;
	width: auto;
	height: auto;
	float: right;
	padding-left: 20px;
}

h1{
	font-family: poppins;
font-size: 32px;
font-weight: 400;
color: #000;
margin: 10px 0 0;
}

h2{
	font-family: poppins;
font-size: 25px;
font-weight: 400;
color: #000;
margin-bottom: 30px;
	margin: 20px 0 0;
}

h3{
}

h4{
}

h5{
}

h6{
}

header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    left: 0px;
	background: #fff;
	animation: fadeIn 1s ease-in both;
}

.MenuFixed {
    animation: fadeIn 1s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, 0.34);
}

.logo{
	margin: 20px 0;
}

#mega-menu-wrap-primary #mega-menu-primary{
	text-align: right;
}

ul.menu{
margin: 18px 0 0;
padding: 0;
list-style: none;
}

ul.menu li{
font-family: 'Poppins', sans-serif;
	position: relative;
font-size: 14px;
color: #757575;
display: inline-block;
padding: 5px 8px;
}

ul.menu li a{
	color: #757575;
}

ul.menu li a:hover{
color: #000;
border-bottom: 4px solid #ffb400;
padding-bottom: 17px;
}

ul.menu ul {visibility: hidden; position: absolute; left: 24px;list-style: none;margin: 0 auto;padding:0;line-height: 100%;text-align: left; z-index:99999 !important; top: 40px;}	
ul.menu ul li {position:relative; line-height:14px; font-size:13px; vertical-align:middle;font-weight:100;width:210px; 
	padding:0; margin:0; height:auto;border-bottom:solid 1px #fff; z-index:9999; display: block; text-transform: capitalize; }	
ul.menu ul li a {display:block; padding:0; margin:0;  padding:10px !important; color:#fff !important; z-index:9999; text-align:left;border:none !important; background-color:#b9b832;}
ul.menu ul li.current_page_item a { text-decoration: none; border:none !important;}	
ul.menu ul li a:hover { text-decoration: none; color: #FFF; border:none; background:#46c5e3;}
	
ul.menu ul ul {left:210px; top:-1px;}
ul.menu ul ul li a {background-color:#46c5e3;}
ul.menu ul ul li a:hover {background-color:#b9b832;}
ul.menu ul li:last-child{ border-bottom:none}

ul.menu ul ul{
  visibility: hidden !important;
}
ul.menu li:hover ul, ul.menu ul li:hover ul{
  visibility: visible !important;
}

.top-rite{
margin: 15px 0;
padding: 0;
list-style: none;
}

.top-rite li{
display: inline-block;
font-size: 15px;
color: #000;
font-weight: 500;
}

.top-rite li a{
	color: #000;
}

.top-rite li:first-child{
background: url(images/icon-call.png) no-repeat left;
padding: 0px 20px 0 35px;
border-right: 1px solid #cacaca;
line-height: 25px;
font-size: 14px;
}

.top-rite li:first-child a{
	color: #000;
}

.top-rite li:last-child{
background: #ffb400;
width: 140px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: 15px;
transition-duration: 0.5s;
}

.top-rite li:last-child:hover{
	background: #a62a38;
}

.top-rite li:last-child:hover a{
	color: #fff;
 }

.header-rite{
	text-align: right;
}

.banner{
	position: relative;
	width: 100%;
	height: auto;
	background: url(images/banner-bg.jpg) no-repeat center top;
	padding: 18% 0 12%;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	background-size: cover;
}

.banner-inner{
    padding: 12% 0 6%;
}

.banner p{
	margin-bottom: 10px;
}

.learn-more-button {
    background: #ffb400;
    width: 300px;
    height: 60px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.5px;
	transition-duration: .5s;
}

.learn-more-button:hover{
	background: #a62a38;
	color: #fff;
}

.sec-1{
	padding-top:60px;
	padding-bottom:60px;
}
.sec-1 h2 {
	font-family:poppins;
	font-size:30px;
	font-weight:400;
	color:#000;
	margin-bottom:30px;
}

.para-1 {
    font-family: 'Open Sans', sans-serif; !important;
	font-size:18px !important;
	font-weight:400 !important;
	color:#a62a38 !important;
	line-height:30px;
}

.sec-1 p {

}

.para-2 {
	font-weight:600 !important;
	color:#2e2e2e !important;
}

.sec-2{
	background-color:#343d4e;
	width:100%;
	min-height:521px;
	padding-top:60px;
	padding-bottom:60px;
}

.sec-2 h2 {
	font-family:poppins;
	font-size:26px;
	font-weight:400;
	color:#fff;
	margin-bottom:50px;
	margin-top:10px;
}

.sec-2 p {
	font-family:poppins;
	font-size:16px;
	font-weight:300;
	color:#aebacb;
	margin-bottom:30px;
	margin-top: 30px;
	line-height: 28px;
}

.sec-2 span {
	font-weight:600;
	color:#fff;
	display: block;
}

.sec-3{
	background-color:#f3f3f3;
	width:100%;
	min-height:521px;
	padding-top:60px;
	padding-bottom:60px;
}

.sec-3 h2 {
	font-family:poppins;
	font-size:26px;
	font-weight:400;
	color:#000;
	margin-bottom:50px;
	margin-top:10px;
}
.sec-3 p {
	font-family:poppins;
	font-size:16px;
	font-weight:300;
	color:#758090;
	margin-bottom:30px;
	margin-top:40px;
}

.sec-4{
	background-color:#475264;
	width:100%;
	min-height:612px;
	padding-top:60px;
	padding-bottom:60px;
}

.sec-4 h2 {
	font-family:poppins;
	font-size:30px;
	font-weight:600;
	color:#fff;
	margin-bottom:70px;
}

.req-form:focus {
	    outline: none;
}

.req-form {
    background: none !important;
    border: 1px solid #fff;
    width: 100%;
    min-height: 46px;
    font-size: 14px;
    font-weight: 300;
	font-family:poppins;
    color: #fff;
    margin-bottom: 30px;
    padding: 12px 15px;
}

input{
	color:#fff;
}

.req-form::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.req-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.req-form::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.sec-4 .submit-req{
	border:none;
	    width: 180px;
    min-height: 56px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
    background-color: #ffb400;
	transition-duration: 0.5s;
	cursor: pointer;
}

.sec-4 .submit-req:hover{
	background: #a62a38;
	color: #fff;
}

.bg-icon_facebook {
    width: 43px; height: 43px;
    background:url(images/facebook-icon.png) -10px -10px;
	display: inline-block;
	margin: 5px;
}

.bg-icon_facebook:hover {
    width: 43px; height: 43px;
    background: url(images/facebook-icon.png) -10px -73px;
}

.bg-icon_linkedin {
    width: 43px; height: 43px;
    background:url(images/linkedin-icon.png) -10px -10px;
	display: inline-block;
	margin: 5px;
}

.bg-icon_linkedin:hover {
    width: 43px; height: 43px;
    background: url(images/linkedin-icon.png) -10px -73px;
}

.footer-logo{
	padding: 30px 0;
}

.footer-address, .footer-bottom{
	font-size: 14px;
	color: #fff;
}

.footer-address span, .footer-bottom span{
	color: #ffb400;
}

.footer-bottom{
	font-size: 12px;
padding-bottom: 10px;
margin-bottom: 0;
}

.footer-bottom a{
	color: #ffb400;
}

.sec-4 div.wpcf7-response-output{
	color: #fff;
}

.bullet{
	margin: 0 1rem 1rem;
	padding: 0;
	list-style: none;
}

.bullet li{
	background: url('https://www.bewrite.com.au/wp-content/uploads/2019/02/bullet-img-1.png') no-repeat left top 10px;
	padding: 0 0 0 15px;
color: #000;
}

.btn-submit{
	border: 1px solid #6c757d;
}

.btn-submit:hover{
	background: #a62a38;
	color: #fff;
}

.portfolio_img p, .portfolio_img2 p{
	margin: 0; 
	padding: 0;
}

.portfolio_img, .portfolio_img2{
	margin: 20px 0;
	text-align: center;
}

.web_name{
display: block;
font-size: 18px;
color: #000;
margin: 10px 0 0;
}

.view-website{
background: #ffb400;
width: 140px;
height: 40px;
line-height: 40px;
text-align: center;
margin-left: 15px;
transition-duration: 0.5s;
display: inline-block;
margin: 10px 0;
}

.view-website:hover{
	background: #a62a38;
	color: #fff;
}

.yellow a{
	color: #ffb400;
}

textarea.form-control {
    height: auto;
    max-height: 150px;
}

.MenuFixed .logo img{
	max-width: 80% !important;
height: auto;
}

.inner-page{
	margin-bottom: 30px;
}

strong{
	font-weight: 500;
}

.inner-page a{
	font-weight: 500;
}

.read-more-button{
background: #ffb400;
width: 140px;
height: 40px;
line-height: 40px;
text-align: center;
transition-duration: 0.5s;
padding: 10px 15px;
	color: #000;
}

.read-more-button:hover{
	background: #a62a38;
	color: #fff;
}

.sec-2 h2 a{
	color: #fff;
}

.banner-inner p{
    margin-bottom: 10px;
    /*background: #0006;*/
	text-shadow: 1px 1px 7px #000;
    top: 0;
    bottom: 0;
    display: inline-block;
	padding: 10px;
}
.mega-menu-horizontal li {
    margin-left: 20px !important;
}

.mega-menu-horizontal li ul li {
    margin-left: 0 !important;
}

#responsive-menu-container li.responsive-menu-item a {
    padding: 0 15px !important;
}
.logo img {
    height: auto;
		transition:0.3s;
}
@media (min-width: 1850px) {

}

@media (min-width: 1200px) {
.container {
	width: 100%;
	max-width: 1500px;
}
}

@media (max-width: 1199px)
{
	
	.mega-menu-horizontal li {
    margin-left: 8px !important;
}
	ul.menu li{
		font-size: 12px;
	}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px 46px 8px;
    font-size: 12px;
}	
}

@media (max-width: 991px) {
	
	.mega-menu-wrap	{
		display: none;
	}
	
	.sec-3 p{
		margin-top:0px;
	}
	
	ul.menu{
		display: none;
	}
	
	.business-image{
		margin-top: 40px;
	}	
    
}

@media (min-width: 767px)
{
.logo {
    float: left;
}
	.header-rite{
		float: right;
	}
	.row-block{
		display: block;
	}	
}

@media (max-width: 767px)
{
	.top-rite li:last-child{
		width:100px;
	}
	button#responsive-menu-button{
		right:2% !important;
		top:10px !important;
	}
	.MenuFixed{
		position:fixed !important;
	}
	.MenuFixed .logo img {
    width: 160px;
}

.MenuFixed .logo {
    margin: 4px 0px;
    text-align: center;
}
	.top-rite li, .top-rite li:first-child{
		font-size:12px !important;
	}
	header.bg-white-top.MenuFixed .top-rite {
		text-align:left;
	}
	.banner{
		background: url('https://www.bewrite.com.au/wp-content/uploads/2019/02/mobile-banner-bg.jpg') no-repeat center top;
		background-size: cover;
	}	
	
	.sec-1, .sec-3, .sec-4{
		padding: 20px 0;
	}
	
.sec-1 h2, .sec-2 h2 {
    font-size: 23px;
    margin-bottom: 10px;
}
.para-1 {
    font-size: 15px !important;
    line-height: 22px;
}	
	
	.top-rite{
		text-align: center;
		margin:0px;
	}
	.logo{
		text-align: center;
	}	
	
	.bg-white-top	{
		position: relative;
	}
	.top-rite li:first-child{
		border: none;
		padding: 18px 20px 18px 35px;
	}
.top-rite li:last-child {
    margin: 0 auto;
}
	
.banner {
    font-size: 27px;
}	
	.sec-1, .sec-2, .sec-3{
		text-align: center;
	}
}

#wpadminbar{
	/*display: none !important;*/
}

footer{
	background: #1e2736;
	text-align: center;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
.comment-list {
	max-width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 0;
	position: relative;
	clear: both;
}
.comment-author {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-list .comment {
	float: none;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79% !important;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	background-color: #F6F6F6;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 0 10px 10px;
}
.comment-meta {
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 0px;
	border-bottom: none;
}
.comment p {
	padding: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
	width: 79%;
	float: right;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom: none;
}
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 0px 10PX;
	border-bottom: none;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */
.comment-respond {
	background-color: #F6F6F6;
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
}
.comment-form textarea {
	
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
background-color: #F7F7F7;
border: 1px solid #D8D8D8;
border-radius: 3px 3px 0 0;
box-shadow: 0 0 10px #D8D8D8 inset;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
.form-submit {
	width: 143px;
	height: 40px;
	background: none;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat center top;
	border: none;
	cursor: pointer;
	margin-top: 7px;
	margin-right: 10px;
}
#comments {
	padding: 20px 15px;
	background: #F6F6F6;
	border: 1px solid #E0E4CC;
	margin-bottom: 10px;
}
#commentform label {
	float: left;
	width: 100px;
}
#commentform input {
	background-color: #F7F7F7;
	border: 1px solid #D8D8D8;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 10px #D8D8D8 inset;
	width: 400px;
	outline: medium none;
	position: relative;
	height: 40px;
}
#recaptcha_widget_div {
	margin-top: -70px;
}
.form-submit input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat;
	cursor: pointer;
}
#recaptcha-submit-btn-area input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	background-color: none !IMPORTANT;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat !important;
	cursor: pointer;
	margin-top: 10px;
}
.recaptchatable #recaptcha_response_field {
	height: 15px !important;
}
.recaptcha-error {
	font-size: 1.0em !important;
	position: absolute !important;
	margin-left: 330px;
	bottom: 150px;
	color: red;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #ccc;
}

 .login {

position: relative;

width: 360px;

background: #258e32;

border-radius: 10px;

color: #fff;

padding: 20px !important;

margin:0 auto;

}



.login p

{

	padding:10px 0;

}

.login a {

	color: #fff;

}

.login .insider {

	position: relative;

	padding: 24px;

}

.login_bot {

	position: relative;

	width: 393px;

	height: 15px;

	background: url(images/login_bg_bottom.png) no-repeat;

}

.login label {

	margin:3px 0;

}



#loginform input[type="text"], #loginform input[type="password"], #loginform input[type="submit"]

{

	width:100%;

}



.tml-action-links, .tml-action-links li { padding:0; list-style:none; }

.tml-user-avatar
{
	float:left;
	margin:0 30px 0 0;
}

.tml-user-links
{
	margin:0 30px 0 0;
}
