/*
Theme Name: The Berens Group
Theme URI: http://www.dolphincomputers.in
Author: Dolphin Computers
Author URI: http://www.dolphincomputers.in
Description: This is The Berens Group WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* Mozilla based browsers */
::-moz-selection {
    background-color: #288948;
    color: #fff;
}

/* Works in Safari */
::selection {
    background-color: #288948;
    color: #fff;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

#pre-header {
    background: #2B2E33;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0 0 20px;
}

.btnNewsletter, .btnNewsletter:visited {
	float: right;
	background: #76B5EB;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.btnNewsletter:hover {
	color: #fff;
}

.container {
    width: 95%;
    max-width: 1000px;
	margin: 0 auto 0 auto;
}

hr {
    border: 0px none;
    border-bottom: 1px solid #D4D1CC;
}

a img {
	border: 0px none;
}

a, a:visited, a:hover {
    color: #29A9DF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.clear {
	clear: both;
}

#header {
	background: url(images/headerbg.png);
    padding: 5px 0 5px 0;
	border-bottom: 2px solid #76B5EB;
}

#logo {
	float: right;
	margin: 5px 20px 0 0;
}

#content_home, #content_fullwidth {
    width: 100%;
    padding-bottom: 50px;
}

#content_home h1, #content_home h2, #content_home h3 {
    text-align: center;
}

#content {
	display: inline-block;
    vertical-align: top;
	width: 60%;
    min-height: 500px;
	padding: 20px 20px 50px 10px;
}

.sidebar {
	display: inline-block;
    vertical-align: top;
	width: 30%;
	padding-top: 20px;
}

.sidebar ul {
	padding: 0 10px 0 20px;
}

/* ------------------ Contact Form 7 ------------------------ */

.wpcf7-text, .wpcf7-select, .wpcf7-captchar {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #D4D1CC;
    padding-left: 5px;
    width: 90%;
    max-width: 250px;
    margin-top: 5px;
}

.wpcf7-textarea {
    border-radius: 4px;
    border: 1px solid #D4D1CC;
    padding-left: 5px;
    margin-top: 5px;
    width: 90%;
    max-width: 300px;
}

img.wpcf7-captchac {
    height: 100%;
    width: auto;
}

.wpcf7-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}

.wpcf7-submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}

.wpcf7-submit:active {
	position:relative;
	top:1px;
}

/* ------------------ Menu ------------------------ */

#topnavbar {
	float: left;
	width: auto !important;
	height: 43px;
	background: transparent;
	margin: 45px 20px 0 0;
}

.sf-menu li {
	background: transparent !important;
	margin: 5px 10px 5px 10px;
	padding: 5px !important;
}

.sf-menu li a {
	border: 0px none !important;
	font-size: 16px !important;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase !important;
	letter-spacing: 0.2px;
	padding: 0px !important;
}

.sf-menu li a:visited {
	color: #fff !important;
}

.sf-menu li a:hover {
	background: transparent !important;
	text-decoration: none;
    color: #D4D1CC !important
}

.sf-menu li.current_page_item {
	background: transparent !important;
}

.sf-menu li.current_page_item a {
	color: #D4D1CC !important;
}

.sf-menu li.current_page_item ul li a {
	color: #fff;
}

.sub-menu li {
	background: #2B2E33 none !important;
	width: 250px !important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px !important;
    margin: 0px;
}

.sub-menu li:first-child {
	border-top: 1px solid #000;
}

.sub-menu li a, .sub-menu li a:visited {
	background: #2B2E33 none !important;
	border: 0px none !important;
	font-size: 12px !important;
	color: #fff !important;
	text-decoration: none;
	letter-spacing: 0.2px;
	padding: 10px !important;
	margin: 0px !important;
}

.sub-menu li a:hover {
	background: #D4D1CC !important;
    color: #000 !important;
}

.sub-menu li .sub-menu {
    left: 250px !important;
}

/* ------------------ Footer ------------------------ */

#footer {
	background: url(images/headerbg.png);
    border-top: 13px solid #D4D1CC;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}

#footer a, #footer a:visited {
    color: #D4D1CC;
    text-decoration: none;
}

#footer a:visited {
    text-decoration: underline;
}

#copyright {
    float: left;
    margin: 25px 0 0 10px;
    font-size: 11px;
}

#socialmedia {
    float: right;
    margin: 30px 10px 0 0;
}

/* ---------------- comments ---------------------- */
ol.commentlist {
	list-style-type: none;
	padding-left: 0px;
}

ol.commentlist li {
	margin-bottom: 30px;
}

ul.children {
	list-style-type: none;
	padding-top: 20px;
}

.comment-author img {
	margin-right: 10px;
}

cite.fn, span.says, .commentlist div.comment-meta a {
	font-size: 12px;
}

.commentlist article {
	padding-bottom: 40px;
	border-bottom: 1px solid #03B597;
}

.commentlist img.avatar {
	float: left;
}

.commentlist div.comment-meta {
	float: left;
}

.commentlist div.comment-meta p.author, .commentlist div.comment-meta p.date {
	font-size: 12px;
	margin: 5px 0 5px 10px;
}

.commentlist div.comment-meta p.author a, .commentlist div.comment-meta p.date a {
	text-decoration: none;
}

.comment-body p {
	display: block;
	clear: both;
	margin-top: 40px;
}

.comment-reply-link, .comment-reply-link:visited {
	border: 1px solid #03B597;
	background: #03B597;
	color: #fff;
	padding: 3px 10px 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

.comment-reply-link:hover {
	color: #fff;
	text-decoration: underline;
}

#respond input[type="text"] {
	width: 40%;
	height: 35px;
	border: 1px solid #03B597;
	padding: 0 0 0 5px;
	margin-right: 5px;
	font-family: 'Lato';
	font-weight: 400 !important;
	font-size: 16px;
}

#respond input[type="submit"] {
	background: #fff;
	border: 1px solid #03B597 !important;
	color: #03B597 !important;
	margin: 20px 0 20px 0;
	font-size: 14px !important;
	text-transform: uppercase;
	-webkit-transition: top 2s;
    -moz-transition: top 2s;
    transition: top 2s;
	 padding: 8px 20px 8px 20px !important;
	 text-decoration: none;
}

#respond input[type="submit"]:hover {
	background: #03B597 !important;
	color: #fff !important;
}

#respond textarea {
	width: 60%;
	height: 200px;
	border: 1px solid #03B597;
	padding: 5px 0 0 5px;
	font-family: 'Lato';
	font-weight: 400 !important;
	font-size: 16px;
}
/* ---------------- comments ---------------------- */

@media all and (max-width: 1000px) and (min-width: 0px) {
    
    .sf-menu li {
        margin: 5px;
    }
    
    .sf-menu li a {
        font-size: 14px !important;
    }

}

@media all and (max-width: 800px) and (min-width: 0px) {

    #logo {
        float: none;
        display: table;
        margin: 5px auto 0 auto;
    }
    
    #topnavbar {
        display: none;
    }

    #copyright, #socialmedia {
        float: none;
        display: table;
        width: auto;
        text-align: center;
        margin: 20px auto;
    }

}

@media all and (max-width: 600px) and (min-width: 0px) {

    h1 {
        font-size: 26px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    h6 {
        font-size: 15px;
    }

}