/*  
Theme Name: Benz Theme
Theme URI: gradientwings.in
Description: A WordPress theme frame work developed by gradientwings
Version: 3.0
Author: Nimshil P
Author URI:  https://gradientwings.in
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

ie - Internet Explorer (All versions)
ie8 - Internet Explorer 8.x
ie7 - Internet Explorer 7.x
ie6 - Internet Explorer 6.x
gecko - Mozilla, Firefox (all versions), Camino
ff3 - Firefox 3
developer-the_code_viber - (SAKC)
ff3_5 - Firefox 3.5 new
opera - Opera (All versions)
opera8 - Opera 8.x
opera9 - Opera 9.x
opera10 - Opera 10.x
webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
safari3 - Safari 3.x
chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Poppins', sans-serif;

}
 img{
 	max-width: 100%;
 }
 a:focus , input:focus , button:focus , textarea:focus {
	outline: none;
}
a, a:hover, input, input:hover, button, button:hover {
    transition-duration: 0.4s;
}
h2 {
    color: #383535;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
p {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}
.details .footscials a {
    margin-right: 7px;
}
.header-out {
    padding: 35px 0px;
}
.header-out .row {
	align-items: center;
}
ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}
ul#menu-main-menu li {
     margin-left: 30px;
}
ul#menu-main-menu li a {
    color: #242323;
    font-size: 16px;
}
ul#menu-main-menu li a:hover , ul#menu-main-menu li.current-menu-item a  , ul#menu-main-menu li.current-page-ancestor > a {
	color: #cea439;
	text-decoration: none;
}
ul#menu-main-menu li:hover  ul.sub-menu {
      transform: scale(1);
}
ul#menu-main-menu ul.sub-menu {
    position: absolute;
    width: 230px;
    background-color: white;
    box-shadow: 0px 0px 26px -12px #bababa;
    z-index: 2;
    border-radius: 5px;
    transform: scale(0);
    transition-duration: 0.4s;
    padding: 15px 0px;
}
ul#menu-main-menu ul.sub-menu  li {
    margin: 0px;
    list-style: none;
   
}
ul#menu-main-menu ul.sub-menu  li a {
   font-size: 14px;
    padding: 5px 20px;
    display: block;
   
}
.content-on {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 .content-on h2 {
    font-size: 35px;
    color: white;
    font-weight: bold;
}
.content-on h2  span{
   display: block;
   font-weight: 700;
   font-size: 53px;
}
.content-on  h5 {
	color: white;
	font-size: 18px;
	margin-top: 10px;

}
.buttons {
    background-color: #cea439;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 24px;
    border-radius: 5px;
}
.buttons:hover {
	text-decoration: none;
	background-color: #242323;
	color: white;
}
div#banner .owl-dots {
    margin: 0px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
}
div#banner.owl-theme  .owl-dots .owl-dot.active span, div#banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #cea439;
}
div#banner img {
	height: 488px;
	width: 100%;
	object-fit: cover;
}
.paddings {
	padding: 70px 0px; 
}
.tile-in {
	margin-bottom: 30px;
	position: relative;
}
.tile-in a {
    color: white;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(45deg, #d9bf66, #cb9e37);
    width: 100%;
    padding: 14px 25px;
    font-size: 17px;
    font-weight: 500;
}
.tile-in a:hover {
    color: #242323;
    text-decoration: none;
}
 
.latestnewsout {
    padding: 23px 30px;
    background-color: #d9d9d9;
    height: 100%;
}
.latestnewsout h3 {
    color: #cea439;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.years-out a {
    color: #323232;
}
.details .addressin p {
    text-transform: none;
    font-size: 16px;
}
.latestin h6 {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.latestin a {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.latestin {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #aeaeae;
}
.newsdetail ul{
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newsdetail ul li ul{
	 padding-left: 18px;
	
}
.latestin:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #aeaeae;
}
.latestin a:hover{
    text-decoration: none;
    color: black;
}
.home-contents .col-lg-8 .row .col-md-6:last-child .tile-in ,
.home-contents .col-lg-8 .row .col-md-6:nth-child(3) .tile-in{
    margin-bottom: 0px;
}

.corporatepresent{
    text-align:center;
}
.presentation-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-main {
    background-color: #292827;
    padding: 60px 0px 30px;
  
}

.footer-bottom{
background-color: #292827;

}

.copyright {
    border-top: 1px solid #6a6968;
    padding: 30px 0px 22px;
    text-align: center;
    color: white;
    font-size: 15px;
}

.footer-main h4 {
    color: #cb9e37;
    font-size: 19px;
    margin-bottom: 24px;
}
.footer-main p strong {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-main p  {
font-size: 14px;
color: white;
font-weight: 300;
}
.footer-main .es_caption {
    font-size: 14px;
color: white;
font-weight: 300;
}
.footer-main a {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
}
.ctct-form-wrapper sub{
    line-height: 18px;
    margin-bottom:20px;
}

.ctct-form-wrapper a{
    font-size: 12px;
}



.footer-main .footscials {
    display: flex;
    padding-top: 10px;
}
.footer-main .footscials a {
    margin-right: 30px;
}
.footer-main .es-field-wrap br {
    display: none;
}
 .footer-main .es-field-wrap  label {
    width: 100%;
 }
.footer-main .es-field-wrap input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #e2e0dc;
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}
.footer-main input.es_submit_button {
    background-color: #cea439;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 5px;
    border:0px;
    cursor: pointer;
}
.footer-main input.es_submit_button:hover {
    background-color: black;
}
.copyright span {
    color: #cb9e37;
}

.newsdetail .table ul{
	padding-left:23px;
}


.page-banner {
    min-height: 202px;
    text-align: center;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}
.page-banner h1 {
    font-weight: 700;
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-banner h6 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #cb9e37;
}
.page-banner h6 a {
   
    color: #ffffff;
}
.page-banner h6 a:hover{
    text-decoration: none;
      color: #cb9e37;
}
.managment.directors.paddings {
    padding-top: 0px;
}
.managment h3 {
    color: #cb9e37;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.aboutfeatout {
    text-align: right;
}
.aboutfeatout h4 {
    text-align: left;
}
 
.about-bottom {
    padding-bottom: 70px;
}
.highiltin {
    padding: 50px 22px 20px;
    box-shadow: 0px 0px 19px -10px #787777;
    text-align: center;
    min-height: 100%;
}

.highiltin h3 {
    color: #c59633;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.highiltin p {
    font-size: 16px;
    line-height: 25px;
}
.corporate-main .col-md-6 {
    margin-bottom: 30px;
}
.highiltin p span {
    display: block;
    width: 100%;
      color: #c59633;
}
 
.teamin {
    padding: 75px 14px 30px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    min-height: 191px;
    margin-top: -51px;
}
.teamin:hover{
    border:1px solid #dbb22d;
}
.teamout {
    text-align: center;
    min-height: 100%;
    margin-bottom: 30px;
}
 .teamin h4 {
    color: #30302f;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
 }
  .teamin p {
color: #9b9a98;
font-size: 12px;
line-height: 17px;
  }
.teamout a:hover{
    text-decoration: none;
}
  .boradout {
    padding: 15px 25px;
    background-color: #f1f1f1;
    border-radius: 5px;
    min-height: 100%;
}
  .boradout  .row {
    align-items: center;
  }
.boradin {
    padding-top: 30px;
}
.boradout img {
    width: 89px;
    height: 89px;
    border-radius: 100%;
    border: 3px solid #cb9e37;
}
.boradout h4 {
    color: #30302f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.boradout p {
    margin: 0px;
    color: #cb9e37;
    font-style: italic;
    font-size: 12px;
    line-height: 17px;
}
.about-bottom h4 , .aboutfeatout h4 {
    padding: 14px 17px;
    background-color: #cb9e37;
    color: white;
    font-size: 15px;
    font-weight: 400;
    min-height: 55px;
    display: flex;
    align-items: center;
}
.aboutfeatout img {
    width: 100%;
}
.boradin ul li {
    list-style: none;
    padding-left: 23px;
    background-image: url(images/libg.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    color: #71706f;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}
.borad .col-md-6 {
    margin-bottom: 30px;
}

.page-in h6 {
    background-image: url(images/h6dimond.png);
    padding-left: 26px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: left center;
}

.page-in li {
     background-image: url(images/ligrey.png);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: left 8px;
    list-style: none;
}
.page-in ul {
    padding-left: 40px;
    margin: 14px 0px;
}
.eastprojhistory h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.eastprojhistory h4{
    padding-bottom:22px;
}
.locationinfra h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 12px;
}
.locationinfra .col-md-4 {
    margin-bottom: 30px;
}

.geologymineral h3 {
    color: #cb9e37;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}
.geologymineral p {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 24px;
}
.geologyin {
    padding: 23px 20px;
    box-shadow: 0px 0px 29px -3px #b2b2b2;
    
    
}
.geologyin h3 {
    color: #cb9e37;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.geologyin p{
    font-size: 16px;
    line-height: 25px;
}
.geologymineral .row {
    margin-bottom: 0px;
}
.geologypic h4 {
    padding: 17px 17px;
    background-color: #cb9e37;
    color: white;
    font-size: 15px;
    font-weight: 400;
    min-height: 55px;
    display: flex;
    align-items: flex-start;
    line-height: 18px;
}

.geologypic.mineral h4 {
    min-height: 227px;
}


.geologymineralpics {
    padding-bottom: 40px;
}
.eastmain43101 {
    text-align: center;
}
.eastmain43101 img {
    box-shadow: 0px 0px 40px -17px #a3a3a3;
}
.capitalstrand th {
    background-color: #e9c54e;
    font-size: 0px;
    padding: 22px;
}
.capitalstrand table {
    width: 100%;
}

.capitalstrand td {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 13px;
}
/*.capitalstrand tbody tr:first-child {*/
/*    background-color: #fff !important;*/
/*}*/

/*.capitalstrand tbody tr:first-child td {*/
/*    color: #222 !important;*/
/*}*/

.capitalstrand tbody tr:nth-child(even) {
    background-color: #949494;
}
.capitalstrand tbody tr:nth-child(odd) {
    background-color: #eabe4b;
}


.table-bottom h4 {
    margin-top: 25px;
    font-size: 17px;
    color: #3c3c3c;
}




.capitalstrand .row {
    margin-bottom: 50px;
}
 
.corpresentin a {
    background-image: linear-gradient(45deg, #d9bf66, #cb9e37);
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;

}
.corpresentin a:hover {
    text-decoration: none;
    background-image: linear-gradient(45deg,  #292827,  #292827);
     
    color: white;
}
 
.corpresentin {
    position: relative;
    margin-top: 30px;
}

.contact-main h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.details p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.details h5 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 8px;
}
.details  a {
    font-weight: 300;
    font-size: 18px;
     color: #240f21;
}
.details  a:hover{
    color: #cb9e37;
    text-decoration: none;
}

.contact-bottom {
    min-height: 490px;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}
.contformout {
    background-color: #d6b953;
    padding: 40px;
    margin-top: -70px;
}
.contformout h5 {
    color: white;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 10px;
}
.contformout h6 {
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 25px;
}
.contformout .row {
    margin-bottom: 18px;
}
.contformout input , .contformout textarea {
    width: 100%;
    background-color: transparent;
    border: 0px;
    color: white;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid white;
    padding: 5px 0px;
    max-height: 90px;
}
.contformout input::placeholder , .contformout textarea::placeholder{
    color: white;
}
.contformout input.wpcf7-submit {
    width: auto;
    border: 0px;
    font-weight: 500;
    font-size: 16px;
    padding-right: 35px;
    background-image: url(images/esndmessage.png);
    background-repeat: no-repeat;
    background-position: right;
}

.newsout h6 {
    color: #cb9e37;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0px;
}
.newsout h2 {
    font-size: 21px;
    font-weight: 500;
    text-transform: none;
}
.newsout p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #3e3e3e;
}
.newsout .col-md-6 {
    margin-bottom: 45px;
}
.newsout img {
    
    max-width: 100%;
    object-fit: cover;
   
}
.newsout a:hover{
     text-decoration: none;
}

.navigation a {
    color: black;
    font-weight: 600;
}
.navigation a:hover{
    color: #cea439;
    text-decoration: none;
}
input#s {
    border: 1px solid #c7c7c7;
    width: 100%;
    font-size: 15px;
    padding: 13px 58px 13px 11px;
    border-radius: 3px;
}
input#searchsubmit {
    background-color:  #cea439;
    background-image: url(images/searchicon.png);
    background-size: 19px;
    font-size: 0px;
    width: 55px;
    height: 49px;
    border: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px !important;
      border-radius: 3px;
}
form#searchform {
    position: relative;
}
.rightsidebar > div {
    margin-bottom: 30px;
}
.rightsidebar > div:nth-child(2) {
    border: 1px solid #c7c7c7;
    width: 100%;
}
.rightsidebar h4 {
    background-color: #cb9e37;
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 18px 22px;
}
.rightsidebar ul   {
    list-style: none;
    padding-bottom: 15px;
}
.rightsidebar ul li  a {
    display: block;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    padding: 0px 20px;
}
.rightsidebar ul li  a:hover {
    color: #cb9e37;
    text-decoration: none;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallerymain .col-md-6 {
    margin-bottom: 30px;
}
.playbutton {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-detail img {
    border-radius: 100%;
}
.team-detail h3 {
    color: #30302f;
    font-size: 21px;
    font-weight: 700;
}
.team-detail p {
    color: #c49938;
    font-size: 14px;
    font-style: italic;
}

.team-detail ul {
    /*padding-left: 15px;*/
}

.team-detail li {
    list-style: none;
    padding-left: 23px;
    background-image: url(images/libg.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    color: #71706f;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}


.team-detail .buttons {
    background-color: #383838;
}



.team-detail .buttons:hover {
    background-color: #000000;
}

.newsout.newsdetail img {
    height: auto;
    margin-bottom: 25px;
}

.newsout.newsdetail h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.newsout.newsdetail h6 {
    margin-top: 5px;
}
.newsout.newsdetail  p {
    margin-bottom: 15px;
}

div#banner video {
    width: 100%;
    object-fit: cover;
    max-height: 488px;
}
.phone_email{
    margin-top:96px;
}

div#banner.owl-theme .owl-nav button {
    color: #ffffff;
    font-size: 42px;
    line-height: 45px;
    position: absolute;
    top: 45%;
    font-weight: 300;
    background-color: #292827cc;
    padding: 2px 15px !important;
}
div#banner.owl-theme button.owl-next {
right: 0px;
}
div#banner.owl-theme button.owl-prev {
left: 0px;
}
div#banner.owl-theme .owl-nav button:hover{
    color: white;
    background: transparent;
}


.geologymineralpics .geologypic {
    margin-bottom:30px;
}
 
.years-out .row {
    padding: 10px;
}
.years-out h4 {
    background-color: #cb9e37;
    border-radius: 3px;
    padding: 10px 15px;
    color: white;
    margin: 10px 0px;
}
.reportfilings.paddings {
    padding-top: 0px;
}

.years-out {
    margin-bottom: 25px;
}
.years-out h5 {
    font-size: 16px;
}


/*==============================Responsive============================*/
/*==============================Responsive============================*/
/*==============================Responsive============================*/
/*==============================Responsive============================*/


@media only screen and (max-width: 1200px) { 
ul#menu-main-menu li a {
    
    font-size: 14px;
}
ul#menu-main-menu li {
    margin-left: 16px;
}
ul#menu-main-menu ul.sub-menu li a {
    font-size: 13px;
    padding: 4px 15px;
    display: block;
}
.tile-in a {
     
    padding: 12px 15px;
    font-size: 17px;
   
}
.latestin a {
    
    font-size: 15px;
    line-height: 22px;
    
}
.boradout img {
    width: 89px;
    height: 89px;
    
    object-fit: cover;
}
.capitalstrand img {
    object-fit: contain;
}
}

@media only screen and (max-width: 991px) { 
.header-out {
    padding: 20px 0px;
}
.latestnewsout {
    margin-top: 30px;
}
.footer-main .row > div {
    margin-bottom: 30px;
}
.footer-main p strong {
    
    margin-bottom: 5px;
}
.footer-main h4 {
   
    margin-bottom: 15px;
}
p {
     
    font-size: 14px;
    
    line-height: 24px;
    margin-bottom: 20px;
}
.page-banner h1 {
     
    font-size: 30px;
   
    margin-bottom: 10px;
}
.paddings {
    padding: 55px 0px;
}
.boradout img {
    width: 60px;
    height: 60px;
   
}
.eastprojhistory img {
    height: auto;
}
.capitalstrand img {
    object-fit: contain;
    height: auto;
    margin-top: 30px;
}
h2 {
    
    font-size: 30px;
     
    margin-bottom: 20px;
}
.newsout img {
    height: 250px;
    
}
.phone_email{
    margin-top:0px;
}
}


@media only screen and (max-width: 767px) { 
    .newsout.newsdetail h2 {
    font-size: 22px;
     
}
.header-out {
    padding: 10px 0px;
}
.page-banner h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.paddings {
    padding: 45px 0px;
}
.page-banner {
    min-height: 170px;
    
}
.page-banner h6 {
    font-size: 15px;
    
}
.content-on h2 span {
    
    font-size: 36px;
}
.content-on h2 {
    font-size: 22px;
    
}
.content-on h5 {
     
    font-size: 16px;
   
}
div#banner img {
    height: 350px;
   
}
div#banner video {
     height: 350px;
}

.buttons {
    
    padding: 10px 20px;
    
    font-size: 15px;
     
    margin-top: 18px;
  
}
.tile-in img {
    width: 100%;
}
.home-contents .col-lg-8 .row .col-md-6:last-child .tile-in, .home-contents .col-lg-8 .row .col-md-6:nth-child(3) .tile-in
, .tile-in {
    margin-bottom: 15px;
}
.about-bottom img {
    width: 100%;
    margin-bottom: 15px;
}
.geologyin {
     
    min-height: auto;
    margin-bottom: 15px;
}
.corpresentin img {
    width: 100%;
}
.navigation {
    margin-bottom: 30px;
}
.details {
    margin-bottom: 30px;
}
.phone_email{
    margin-top:0px;
}
}





/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
    
.newsout.newsdetail table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    height:auto;
}    
    
    
    
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
 .newsout.newsdetail table {
    display: block;
    width: 100%;
    overflow-x: scroll;
    height:auto;
}    
    
}

/* Subscribe Page - added by Andrew Haynes - 23/9/21 */
.page-id-938 input.es_subscription_form_submit.es_submit_button.es_textbox_button {
	background-color: #cba33c;
    border-radius: 4px;
    border: none;
    font-size: 0.8em;
    color: #ffffff;
    padding: 16px;
    text-transform: uppercase;
}
.page-id-938 input.es_subscription_form_submit.es_submit_button.es_textbox_button:hover {
  background-color: #9d7e2d;  
}
.page-id-938 ::-webkit-input-placeholder { /* Edge */
  font-size: 0.8em;
  padding: 6px;
}
.page-id-938 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 0.8em;
  padding: 6px;
}
.page-id-938 ::placeholder {
  font-size: 0.8em;
  padding: 6px;
}
/** Contstant Contact in Footer and Subscribe - added by Andrew Haynes - 24/9/21 **/
.ctct-form-button {
	background-color: #cba33c !important;
    border: none !important;
}
.ctct-form-defaults {
	padding-top: 0px !important;
}
h2.ctct-form-header {
	color: #cb9e37 !important;
	font-size: 19px !important;
    line-height: 20px;
    font-weight: 500 !important;
    text-transform: capitalize;
    padding-bottom: 24px;
}
.ctct-form-defaults {
	background: none !important;
}
p.ctct-form-text, .ctct-form-label {
	color: #ffffff !important;
    font-size: 14px !important;
}
p.ctct-gdpr-text, a.ctct-form-footer-link {
	color: #aaaaaa !important;
    font-size: 11px;
}
a.ctct-form-footer-link {
	padding-top: 9px;
}
a.ctct-form-footer-link:hover {
	color: #dddddd !important;
}
/** Menu **/
ul#menu-main-menu li a {
	font-size: 14.5px !important;
}
.menu-button-highlighted {
	border: 1px solid #666666;
    border-radius: 3px;
    padding: 8px;
}
.menu-button-highlighted:hover {
	background-color: #cba33c;
}
 .menu-button-highlighted a:hover {
     color: #ffffff !important;
}