/*
Theme Name: banyanresources
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 99.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-family:'TrebuchetMS-Regular' !important;}
a{outline:none !important;}
li{list-style:none !important;}
@font-face {
    font-family:'TrebuchetMS-Regular';
    src: url('../fonts/TrebuchetMS_gdi.eot');
    src: url('../fonts/TrebuchetMS_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/TrebuchetMS_gdi.woff') format('woff'), url('../fonts/TrebuchetMS_gdi.ttf') format('truetype'), url('../fonts/TrebuchetMS_gdi.otf') format('opentype'), url('../fonts/TrebuchetMS_gdi.svg#TrebuchetMS-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}
@font-face {font-family:"BandaRegular"; src:url("../fonts/regular.eot?") format("eot"),url("../fonts/regular.woff") format("woff"),url("../fonts/regular.ttf") format("truetype"),url("../fonts/regular.svg#BandaRegular") format("svg");font-weight:normal;font-style:normal;}
.row{margin: 0;}
.left-containt-outer{position: inherit !important;}
.padding0{padding: 0 !important;}
header .col-lg-3, section .col-lg-3{width: 24%; float: left;}
header .col-lg-9, section .col-lg-9{width: 76%; float: left;}
header .left{width:100%; min-height: 71px; background-color: #bbc741;}
.navbar-inverse{border: none; background-color: #ffffff !important; margin-bottom: 0 !important; margin-top: 21px;}
header nav{margin-bottom: 0; margin-top: 20px;}
header nav.desktop-menu li a{font-size: 13px; color: #000000 !important; padding: 10px 20px !important; border-top: 5px solid #ffffff; transition:all 0.5s ease;}
header .nav{bottom: 0; left: 10%; position: absolute;}
header .nav.navbar-nav ul{position: absolute; z-index: 999; width: 250px; padding: 0; margin-top: 7px; display: none;}
header .nav.navbar-nav ul li{float: left;}
header .nav.navbar-nav li:hover ul{display: block;}
header .nav.navbar-nav ul li a{border: none;}
header .nav.navbar-nav ul a{margin: 0 3px;}
header .nav.navbar-nav .sub-menu li:nth-child(1) a, header .nav.navbar-nav .sub-menu li:nth-child(1) a:hover {
    background-color: #fcf09c !important; margin-left: 0;
}
header .nav.navbar-nav .sub-menu li:nth-child(2) a, header .nav.navbar-nav .sub-menu li:nth-child(2) a:hover {
    background-color: #f5d46e !important; margin-left: 0;
}
header .nav.navbar-nav .sub-menu li:nth-child(3) a, header .nav.navbar-nav .sub-menu li:nth-child(3) a:hover {
    background-color: #ebb857 !important; margin-left: 0;
}
header .nav.navbar-nav ul li ul .color1 a, header .nav.navbar-nav ul .color1 a:hover{background-color: #fcf09c !important; margin-left: 0;}
header .nav.navbar-nav ul .color2 a, header .nav.navbar-nav ul .color2 a:hover{background-color: #f5d46e !important;}
header .nav.navbar-nav ul .color3 a, header .nav.navbar-nav ul .color3 a:hover{background-color: #ebb857 !important;}

section .logo{padding: 85px 0;}
/*section .logo img{width: 100%;}*/
section .right-containt h1{font-size: 45px; float: left; color: #3e3929; font-family:"BandaRegular"; margin: 0; padding-bottom: 20px;}
section .right-containt p{font-size: 16px; color: #3e3929; clear: both; padding: 10px; line-height: 25px;}
section .right-containt{background-color: #bbc741; padding: 63px 22px; min-height: 350px;}
section .left-containt{background-color: #bbc741; padding: 70px 25px 150px 25px;}
section .left-containt span section .left-containt span p{color: #000000;}
section .left-containt span{font-size: 16px; margin-bottom:10px; display: block;}
section .left-containt p{font-size: 14px; line-height: 1;}
section .left-containt .left-image{margin-top: 25px;}
section .left-containt .left-image img{border: 2px solid #ffffff; margin-top: 18px; width: 100%;}
section .right-products{padding: 50px; float: left; width: 100%;}
section .right-products .product{padding: 5px;}
section .right-products .product h2{font-size: 19px; color: #3e3929; margin-top: 8px;}
section .right-products .product h2 span{font-size: 13.7px; color: #94a741;}
/*section .right-products .product img{width: 100%; transition:all 0.5s ease;}*/
section .right-products .product img:hover{opacity:0.8;}

footer p{width: 100%; display: block;text-align: center; padding: 20px 0; background-color: #e2e2e2; margin: 0; position: relative;}

/**** adm-page ****/
section .right-containt h1 span { display: inline-block; font-size: 12px; padding: 0 10px; text-transform: uppercase;}
.boder_bottom_ad { border-bottom: 3px solid #3E3929; padding-bottom: 5px !important;}
.adm-page .right-containt p{padding-top: 30px !important;}
.adm-page .right-containt span{clear: both;}
.adm-page .right-containt p:nth-child(2){font-size: 18px;}
.adm-page .right-containt p:nth-child(3){font-size: 15px; padding-top: 0;}
.adm-page .left-containt{padding: 0 0 200px; float: left; text-align: left; width: 100%; height: 100%;}
.adm-page .left-containt ul{padding: 0; text-align: center; clear: both; margin-bottom: 30px;}
.adm-page .left-containt ul li a{padding: 15px 0 15px;  font-size: 16px; box-shadow: 0 5px 2px #A3AD39; display: block; color: #000000; transition:all 0.5s ease;}
.adm-page .left-containt ul li:hover a, .adm-page .left-containt li.active a{background-color: #838d22; color: #ffffff;}
.adm-page .left-containt span{padding: 10px; font-family:"BandaRegular"; margin: 0; float: left; background-color: #3e3929; color: #ffffff; font-size: 25px;}
.adm-page .right-products > span{position: absolute; left:0; top: 0; padding: 5px 15px; color: #bbc741; background-color: #3e3929; font-size: 25px;}
.adm-page .right-products .product h2 span{text-decoration: underline;}
.adm-page .right-products .row{margin-left:-15px; margin-right:-15px;}
.adm-page .right-products .product > span{margin-bottom:5px;/* float: left;*/}
.adm-page .right-products .row:nth-child(4) img{border:1px solid #cacaca;}

/**** am-page ****/
.am .left-containt{position: relative !important; width: 100% !important;}
.outer-left-containt{background-image: url(images/conteint-bg.jpg); background-size: 100% 100%; float: left; width: 100%;}
.contact-us .right-products .row{margin-left: -15px !important; margin-right: -15px !important;}
.contact-us form textarea { border: 1px solid #CCCCCC; border-radius: 5px; height: 185px; margin-bottom: 15px; width: 100%; padding: 5px;}
.contact-us form input[type="button"] {
    background-color: #BBC741;
    border: medium none;
    border-radius: 5px;
    color: #000000;
    padding: 10px 25px;
    text-transform: capitalize;
}

input[type="submit"] {
    background-color: #BBC741;
    border: medium none;
    border-radius: 5px;
    color: #000000;
    padding: 10px 25px;
    text-transform: capitalize;
    margin-left: 15px;
}
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 185px;
    margin-bottom: 15px;
    width: 100%;
    padding: 5px;
}
textarea:focus {
    border-color: #BBC741;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(187,199,65,.075), 0 0 8px rgba(187,199,65,.6);
    box-shadow: inset 0 1px 1px rgba(187,199,65,.075), 0 0 8px rgba(187,199,65,.6);
}
.min_height
{
    min-height: 620px !important;
}

.nav-previous a, .nav-next a, .nav-links a {
    color: #EBB857 !important;
    font-size: 17px !important;
}

.nav-links a:nth-child(1) {
    float: left;
}

.nav-links a:nth-child(2) {
    float: right;
}
#comments
{
    padding: 15px;
}

.project_title {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    color: #bbc741;
    background-color: #3e3929;
    font-size: 25px;
}
.project_page
{
    font-size: 17px;
}
.padding_bottom
{
    padding-bottom: 1%;
}
.sidebar_main_title
{
    text-align: center;
    padding-top: 20px;
    font-size: 17px !important;
}
.cat_description
{
    font-size: 20px;
    color: #94a741;
    text-decoration: underline;
}
section .right-products .product img {
    height: 170px;
}
.project_heading
{
    font-size: 19px;
    padding: 5px;
    color: #3e3929;
}
.clear
{
    clear: both;
    padding: 10px;
}
.project_add
{
    font-size: 16px; color: #94a741;
}
.people_name
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    color: #bbc741;
    background-color: #3e3929;
    font-size: 25px;
}
.sidebar_ul
{
    padding: 0;
    text-align: left;
    clear: both;
    margin-bottom: 30px;
}

.sidebar_ul li a {
    padding: 25px 0 5px;
    font-size: 16px;
    box-shadow: 0 2px 0px #A3AD39;
    display: block;
    color: #000000;
    transition: all 0.5s ease;
}

.widget-title{
    padding: 10px;
    font-family: "BandaRegular";
    margin: 0;
    float: left;
    background-color: #3e3929;
    color: #ffffff;
    font-size: 25px;
}
.ajax-loader
{
      height: 16px !important;
}
.opacity_down
{
    opacity: 1 !important;
}
.beta
{
  padding: 5px;
  display: block;
}
.product-padding
{
 padding-top: 15px;
 padding-bottom: 15px;
}

/*Form*/
.right-products label{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    color: #202124;
    font-weight: 400;
    width: 100%;
}
.right-products input {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 500px;
}
.right-products input:focus{outline: none;border-bottom: 1px solid #bbc741;}
input[type=checkbox], input[type=radio]{display: none;}
span.wpcf7-list-item{
    display: block;
    padding: 10px 0;
    margin: 0;
}
span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:before{
    position: absolute;
    top:0px;
    border: solid 2px;
    border-color: #5f6368;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    left: 0;
}
.right-products [type="radio"]:checked + span:before{
    border-color: #bbc741;
}
.right-products [type="radio"]:checked + span:after
 {
    content: '';
    width: 12px;
    height: 12px;
    background: #bbc741;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/*[type="radio"]:not(:checked) + label:after
[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}*/

.right-products [type="radio"]:checked + span:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.right-products .wpcf7-checkbox .wpcf7-list-item-label:before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 20px;
    width: 20px;
    background: #fff;
    border: solid 2px;
    border-color: #5f6368;
}
.right-products [type="checkbox"]:checked + span:before{
     background: #bbc741;
     border-color: transparent;
}
.right-products [type="checkbox"]:checked + span:after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) !important;

}
.right-products [type="checkbox"]:not(:checked) + label:after,
.right-products [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.right-products [type="checkbox"]:checked + label:after,
.right-products [type="checkbox"]:checked + span:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.right-products .wpcf7-form-control.wpcf7-submit{
    max-width: 150px;
    margin: 15px 0 0;
    border: none; 
}
.right-products .radio-498 .wpcf7-form-control.wpcf7-radio,.right-products .radio-750 .wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-around;
}

.grid-radio-row {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0 0 10px;
    justify-content: space-between;
}
.grid-radio-row div{width: 100%;/*text-align: center; margin-left: -15px;*/}
.grid-radio-row p{width: 100%;}
.grid-radio-row.bg-color{background-color: #f8f9fa;}
.grid-radio-row.bg-color div {
    max-width: 140px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    margin: 0;
}
.grid-radio-row p:empty{display: none;}
.right-products form.wpcf7-form p {
    margin: 0 0 20px;
}
.grid-radio-row div:first-child{max-width: 140px; }
.grid-radio-row .wpcf7-list-item{width: 100%;}