/*



Theme Name: opl



Theme URI: http://underscores.me/



Author: ehmad11



Author URI: http://ehmad11.com/



Description: Description



Version: 1.0



License: GNU General Public License



License URI: license.txt



Text Domain: opl



Domain Path: /languages/



Tags:



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.



 opl is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.



Resetting and rebuilding styles have been helped along thanks to the fine work of



Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html



along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/



and Blueprint http://www.blueprintcss.org/



*/



/* =Reset



-------------------------------------------------------------- */



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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #edf0f2;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
.entry-meta, .post-navigation {
	display: none;
}
/* =Global



----------------------------------------------- */



body, button, input, select, textarea {
	color: #404040;
	font-family: Arial;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* Headings */



h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}
/* Text elements */



#primary article p {
	margin-bottom: 10px;
}
ul, ol {
	margin: 0 0 5px 5px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button, html input[type="button"], input[type="reset"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 316px;
	height: 120px;
}
/* Links */



a {
	color: #3d9002;
}
a:visited {
	color: #3d9002;
}
a:hover, a:focus, a:active {
	color: #3d9002;
}
/* Alignment margin-right: 1.5em; */



.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing */



.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/* =Menu



----------------------------------------------- */



.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation .nav-menu {
	width: 990px;
	margin: 0 auto;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 20px 10px 10px 32px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #cdcece;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 54px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 250px;
}
.main-navigation ul ul li {
	padding: 5px 10px 5px 10px;
	background-color: #3d9002;
	border-bottom: 1px dotted #ccc;
}
.current_page_item a, .main-navigation li:hover > a {
	color: #65ad31;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
}
/* Small menu */



.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
.menu-toggle, .main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation ul {
	display: none;
}
}
/* =Content



----------------------------------------------- */



#content, .site-branding {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.site-branding {
	padding: 34px 0px 28px 70px;
}
#site-navigation {
	background: url('images/nav.png') repeat-x;
	height: 55px;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides



----------------------------------------------- */



.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* =Media



----------------------------------------------- */



.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */



embed, iframe, object {
	max-width: 100%;
}
/* =Navigation



----------------------------------------------- */



.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments



----------------------------------------------- */



.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets



----------------------------------------------- */



.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */



.widget select {
	max-width: 100%;
}
/* Search widget */



.widget_search .search-submit {
	display: none;
}
/* =Infinite Scroll



----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */



.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */



.infinity-end.neverending .site-footer {
	display: block;
}
#banner {
	width: 980px;
	height: 452px;
	margin: 0 auto;
	padding-left: 24px;
}
#banner-container {
	background: url('images/bg-banner.png') top center repeat-x;
	width: 100%;
	height: 452px;
}
#banner-container h5 {
	font-size: 17px;
	position: absolute;
	z-index: 99;
	margin-top: 414px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}
.site-content {
	background-color: white;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	padding: 25px;
	position: relative;
}
.entry-title {
	background: url('images/logo-small.png') no-repeat;
	font-size: 22px;
	border-bottom: 2px grey dotted;
	padding: 0px 0px 10px 35px;
	font-weight: bold;
}
.entry-title span {
	color: #409900;
}
#primary {
	width: 66%;
	float: left;
}
#secondary {
	width: 30%;
	float: right;
}
article {
	padding-right: 20px;
}
.boxes {
	width: 265px;
	height: 327px;
	background: url('images/box.png') no-repeat;
	float: left;
	padding: 0px 0px 0px 30px;
}
.boxes h1 {
	color: white;
	padding:8px 8px 8px 14px;
}
.boxes p {
	margin-bottom: 5px;
}
.boxes div.wpcf7 {
	padding: 10px 0px 0px 0px;
	width: 253px !important;
	margin-left: -12px;
	font-size: 12px;
}
.boxes div.wpcf7 input[type="text"], .boxes div.wpcf7 input[type="email"] {
	width: 98%;
}
.boxes div.wpcf7 textarea {
	height: 60px;
	width: 98%;
}
#box2 ul {
	margin-left: -25px;
	font-size: 13px;
	list-style: none;
	width: auto;
	padding-right:2px;
}
#box2 ul li {
	background: url('images/li.png') repeat-x top center;
	height: 26px;
	line-height: 28px;
	padding-left: 15px;
	overflow-y: hidden;
}
#secondary ul {
	list-style: none;
	font-size: 13px;
}
#news {
	padding-top: 26px;
}
#news li {
	padding-bottom: 40px;
}
.page-id-6 #news {
	height: 212px;
}
#secondary ul li {
	background: url('images/logo-thumb.png') no-repeat top left;
	padding-left: 50px;
	border-bottom: 2px grey dotted;
	margin-top: 7px;
	margin-bottom: 20px;
}
#box3 ul {
	margin-left: -20px;
	width: 270px;
	padding-top: 0px !important;
}
footer {
	background-color: #191919;
	border-top: 4px solid #409900;
	margin-top: -45px;
	z-index: 20;
	font-size: 13px;
}
footer #columns {
	width: 1000px;
	margin: 0 auto;
	color: white;
	margin-top: 50px;
}
footer .columns {
	width: 250px;
	float: left;
	margin-bottom: 15px;
	line-height: 20pt;
}
footer h3 {
	color: #409900;
	font-size: 15px;
}
#column1 span {
	color: #409900;
}
.site-info {
	clear: both;
	background-color: black;
	color: white;
}
.site-info p {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}
.cycloneslider-template-default .cycloneslider-pager {
	position: absolute;
	z-index: 200;
	top: 421px;
	right: 40px;
}
footer .menu {
	list-style: none;
	width: 180px;
}
footer .menu li {
	background: url(images/footer-li.png) no-repeat center left;
	border-bottom: 1px dotted #aaaaaa;
	padding-left: 10px;
}
footer .menu li a {
	color: #d7d7d7;
	font-size: 12px;
	text-decoration: none;
}
article {
	font-size: 14px;
}
article h1 {
	font-size: 16px;
	font-weight: bold;
}
article h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}
article ul {
	padding-left: 10px;
}
article h3 {
	font-size: 18px;
	font-weight: bold;
	color: #679d40;
}
article h4 {
	font-size: 15px;
	font-weight: bold;
	color: #679d40;
}
.cycloneslider-caption {
	display: none;
}
.easingsliderlite-arrows.easingsliderlite-next {
	background-image: url(images/arrow-right.png) !important;
	background-position: top right;
	height: 65px !important;
	width: 47px !important;
	margin-right: 34px !important;
}
.easingsliderlite-arrows.easingsliderlite-prev {
	background-image: url(images/arrow-left.png) !important;
	background-position: top right;
	height: 65px !important;
	width: 47px !important;
	margin-left: 34px !important;
}
.logo {
	float: left;
}
.util-links {
	float: right;
	margin-right: 30px;
	margin-top: -30px;
	text-align: right;
	height: 106px;
}
.site-branding {
	background: url(images/logo-bg.png) top right no-repeat;
}
.util-links p {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 52px;
}
.util-links span {
	color: #409900;
}
#phone {
	margin-left: -24px;
	position: absolute;
}
#menu-utility {
	list-style: none;
	float: right; /* padding-top: 25px; */
}
#menu-utility li {
	float: left;
}
#menu-utility a {
	color: black;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid black;
	padding: 0 5px;
	height: 12px;
}
#menu-utility li:last-child a {
	border: none;
}
#submit {
	width: 79px;
	height: 20px;
	background: url(images/submit.png) top center no-repeat;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: 0px;
}
#readmore {
	width: 102px;
	height: 20px;
	background: url(images/readmore.png) top center no-repeat;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: 0px;
	margin-left: 138px;
}
#readmore2 {
	width: 102px;
	height: 20px;
	background: url(images/readmore.png) top center no-repeat;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: 0px;
	margin-left: 138px;
	position: absolute;
	margin-top: -12px;
}
span.wpcf7-not-valid-tip {
	width: 190px;
}
.easingsliderlite-pagination.outside.bottom-right {
	bottom: -32px !important;
}
#column4 .wpcf7-email {
	width: 174px;
}
#column4 .wpcf7-submit {
	position: absolute;
	width: 70px;
	border: 0;
	background-color: #409900;
	color: white;
	height: 23px;
	margin-left: -6px;
}
/*.page-id-20 .entry-content {



	padding-left: 60px !important;



}*/



.page-id-20 .wpcf7-form-control {
	width: 320px;
}
.page-id-65 .wpcf7-form-control {
	width: 290px;
}
.page-id-65 #primary article p {
	margin-bottom: 10px;
	/*width: 335px;*/



	float: left;
}
.page-id-65 textarea {
	height: 50px;
}
.page-id-18 .wpcf7-form-control {
	border-radius: 0;
	padding: 10px 0;
	text-indent: 8px;
	width: 100%;
	-webkit-appearance: none;
}
.page-id-18 #primary article p {
	margin-bottom: 10px;
	width: 90%;
	float: left;
}
.page-id-18 textarea {
	height: 50px;
}
.page-id-114 .wpcf7-form-control {
	width: 290px;
}
.page-id-114 #primary article p {
	margin-bottom: 10px;
	width: 335px;
	float: left;
}
.page-id-114 textarea {
	height: 50px;
}
.wpcf7-submit {
	width: 79px !important;
	height: 20px;
	background: url(images/submit.png) top center no-repeat;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: 0px;
	position: absolute;
}
div.wpcf7-validation-errors {
	clear: both;
}
.bannerp {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0 auto 20px auto;
	box-shadow: 0px 0px 10px 0px #666;
}
#bens-translator h1, #transl_sign {
	display: none;
}
/*



#translation_bar {



float: right;



position: absolute;



top: -615px;



}



*/



.fr .util-links p {
	font-size: 13px !important;
}
/*



.fr #news {



min-height: 227px;



}



.fr .page-template-default #news{



min-height: auto;



}



*/



#translation_bar a {
	padding: 0 5px;
}
.postinner {
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	display: inline-block !important;
}
.authorinf {
	width: 100%;
	margin-top: 10px;
	background-color: #F9F9F9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.authorinf img {
	padding-right: 15px;
}
.authorinf p {
	padding-top: 10px;
}
.memberof {
	margin-top: 8px;
}
#column2 .wpcf7-not-valid-tip {
	color: black !important
}
#column2 .wpcf7-response-output {
	margin: 1px !important
}
#column4 {
	padding-top: 05px;
	text-align: center;
}
#column4 img {
}
.footerlogo {
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: 10px;
}
.num-t {
	font-size: 22px;
}
.sideSlideSlideToggleNegative {
	display: none;
}
#main-banner {
	width: 100%;
	float: left;
	min-height: 450px;
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-color: #409900;
	background-position: center;
}
.main-banner-bg {
	width: 1006px;
	margin: auto;
	height: 450px;
	background-image: url(images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.slides-banner {
	width: 985px;
	margin: auto;
}
.bnr-caption {
	font-size: 18px;
	color: #FFF;
	line-height: 2;
}
#box2 {
	float: right;
}
.flexslider-hg-corners-rounded .flex-control-paging li a {
	display: none;
}
.page-id-20 #primary article p, .page-id-65 #primary article p {
	float: left;
	margin-bottom: 10px;
	width: 90%;
}
.page-id-20 .wpcf7-form-control, .page-id-65 .wpcf7-form-control {
	border-radius: 0;
	padding: 10px 0;
	text-indent: 8px;
	width: 100%;
}
.page-id-20 .wpcf7-form-control, .page-id-65 .wpcf7-form-control {
	border-radius: 0;
	padding: 10px 0;
	text-indent: 8px;
	width: 100%;
}
.page-id-20 textarea, .page-id-65 textarea {
	height: 50px;
}
#flags {
	margin-top: 10px !important;
	width: 100% !important;
}
.wpcf7-captcha-captcha-1{
	width:72px !important;
	
}

/** captcha css **/
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {}
.home #primary { width:69%;}
.boxes {
    width: 296px;
    height: 350px;
    background-size: 100% 100%;
}
.boxes div.wpcf7 {width: 292px !important;}
#secondary .boxes {
    width: 258px;
}
.page-id-6 #news {
    height: 192px;
}
.page-id-20 textarea{
    height: 100px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0;
}

#wpcf7-f37-o1 .wpcf7-form-control-wrap iframe{ float:left;}
#wpcf7-f37-o1 .wpcf7-form-control-wrap .rc-anchor-normal .rc-anchor-checkbox-label { width:100px;}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
    width: 292px!important;
    float: left;
    margin-bottom: 4px;
    border-right: 1px solid #ccc;
}
#wpcf7-f37-o1 .checkbox-214 .wpcf7-not-valid-tip {
    width: auto;
    right: -285px;
    font-size: 11px;
}
#wpcf7-f37-p20-o1 {}
#wpcf7-f37-p20-o1 .wpcf7-form-control-wrap iframe{ float:left;}
#wpcf7-f37-p20-o1 .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div { width: 100%!important; overflow:hidden; border:0; }
span.wpcf7-not-valid-tip {
    width: 190px;
    position: absolute;
    right: 10px;
    top: -2px;
    font-size: 12px;
    text-align: right;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline;
}
#wpcf7-f37-p20-o1 .checkbox-214 .wpcf7-not-valid-tip {
    right: -340px;
}

#secondary {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    width: 100%; /* Allow full container width */
}

#secondary .boxes {
    flex: 1 1 calc(33% - 20px); /* Three boxes per row with spacing */
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 999px) {
    #secondary {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%; /* Adjust for responsive layout */
    }

    #secondary .boxes {
        flex: 1 1 48%; /* Two boxes per row */
        max-width: 48%;
    }
}

@media screen and (max-width: 765px) {
    #secondary {
        flex-direction: column;
        align-items: center;
    }

    #secondary .boxes {
        flex: 1 1 100%; /* Single box per row */
        max-width: 100%;
        margin: 10px 0;
    }
}
