@font-face { font-family: 'oswaldlight'; src: url('fonts/oswald-light-webfont.eot'); src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-light-webfont.woff') format('woff'), url('fonts/oswald-light-webfont.ttf') format('truetype'), url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'oswaldregular'; src: url('fonts/oswald-regular.eot'); src: url('fonts/oswald-regular.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-regular.woff') format('woff'), url('fonts/oswald-regular.ttf') format('truetype'), url('fonts/oswald-regular.svg#oswaldregular') format('svg'); font-weight: normal; font-style: normal; } .row{ width: 100%; } body{ background: #ddd url('../images/bgPattern.png'); line-height: 1.5em; font-family:'Droid Serif', serif; } h1,h2,h3,h4,h5,h6{ font-family: 'oswaldregular', sans-serif; color:rgb(97, 97, 97); font-weight: normal; } h1.title{ text-transform: uppercase; color: #000; font-size: 1.8em; border-bottom: 1px solid #f0f0e9; font-weight: normal; line-height: 2em; margin-top: 0; padding-bottom: 20px; font-family: 'oswaldregular', sans-serif; } h1.page-title{ color:#000; font-family: 'oswaldregular',sans-serif; text-transform: uppercase; } h2.sub-title { font-size: 18px; line-height: 2em; margin-bottom: 22px; } input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] { /* padding: 15px 10px;*/ padding: 0px 10px; } textarea { padding: 15px 10px; } ::selection{ color: #fff; background: #a6b982 } a{ color: #5f6d63; } a:hover{ color:#a6b982; } a.button.read-more, .button { background: #7e9159; font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; letter-spacing: .15em; text-transform: uppercase; font-size: 12px; padding: 20px 30px; border-radius: 3px; border-color: rgb(95, 129, 23); text-shadow: 2px 2px 2px rgba(0,0,0,.15); } a.button.read-more:hover,button:hover, button:focus, .button:hover, .button:focus{ background-color: #a6b982; -webkit-transition: background-color 1000ms linear; -moz-transition: background-color 1000ms linear; -o-transition: background-color 1000ms linear; -ms-transition: background-color 1000ms linear; transition: background-color 1000ms linear; } .header{ padding: 50px 20px; background: #fff; } .columns.plr0{ padding-left: 0; padding-right:0; } .pl0{ padding-left: 0; } .pr0,.columns.pr0{ padding-right: 0; } /***************topmenu****************/ .top-bar{ margin-bottom: 0; height:70px; background: url('../images/menuBg.png'); font-weight: 300; } .top-bar-section ul{ background: transparent; } .top-bar-section ul li ul.dropdown{ background: #2b2b2b; } .top-bar-section li a:not(.button){ line-height: 70px; padding-top: 0; font-size: 21px; font-family: 'OswaldLight', sans-serif; text-transform: uppercase; font-weight: 300; padding-left:40px; padding-right:40px; background: transparent; } .top-bar-section li ul li a:not(.button){ line-height: 40px; } .top-bar-section .has-dropdown>a:after{ margin-top:10px; } .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{ margin-top:-22px; } .sf-menu{ margin-bottom: 0; } .top-nav,.sf-menu li{ background: url('../images/menuBg.png'); } .sf-menu ul li,.sf-menu ul ul li,.sf-menu ul ul ul li { background: rgb(152, 173, 98); } .sf-menu li:hover, .sf-menu li.sfHover { background: rgb(71, 94, 57); } .sf-menu a{ color: #fff; border:none; font-family: 'oswaldlight', sans-serif; text-transform: uppercase; font-size: 1.3em; padding-left: 2em; padding-right: 2em; } .sf-menu a:hover{color:#fff} .small-top-menu{ display: none } .small-top-menu select{ padding: 15px; background: #a6b982; font-family: 'oswaldlight', sans-serif; font-size: 1.5em; text-transform: uppercase; border:5px solid #fff; margin-bottom: 0; } .small-top-menu select option{ padding: 10px; } /*********flexslider***********/ .flexslider-row{ background: #fff; } .flexslider { border: 0; margin-bottom: 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; } .flex-control-nav{ display: none; } /*************tagline***********/ .row.tagline-row{ background: #fff; } .columns.tagline{ padding:30px; font-family: 'Droid Serif', serif; font-size: 21px; color: #3d3d3d; line-height: 50px; text-transform: uppercase; text-align: center; } /**********content*******/ .columns.wrapper{ padding: 30px; background: #fff; margin-bottom: 15px; margin-top: 15px; } .row.content-row{ padding: 30px; background: #fff; margin-bottom: 15px; } .columns.content{ font-size: .75em; } .content p{ line-height: 2em; } /***********index page************/ .service-welcome-box li a:hover { color: #a6b982; } .service-welcome-box li a { color: #5f6d63; } li.bullet { list-style-image: url('../images/bullet.png'); list-style-position: inside; padding: 15px 5px; border-bottom: 1px solid #f0f0e9; } .service-welcome-box a.button.read-more { float: right; margin-top: 10px; } .service-welcome-box p.highlight { margin-top: 20px; } p.highlight { color: #a6b982; } img.welcome{ border: 10px solid #f2f2f2; margin-bottom: 20px; } /********about***********/ h3.employer-name { text-transform: uppercase; color: #000; } .img-wrapper { background: #000; margin-bottom: 20px; } .img-wrapper img { opacity: .4; filter: alpha(opacity=400); } .img-wrapper img:hover{ opacity: 1; filter: alpha(opacity=100); cursor: pointer; -webkit-transition: opacity 0.45s ease-in-out; transition: opcaity 0.15s ease-in-out; -moz-transition: opcaity 0.15s ease-in-out; -o-transition: opcaity 0.15s ease-in-out; -ms-transition: opcaity 0.15s ease-in-out; } .about-image { width: 310px; } /**************services***********/ div.row.collapse.services { background: #7e9159; padding: 20px; color: #fff; margin-bottom: 20px; border-radius: 5px; font-size: 1.2em; } .services-image { width: 200px; height: 200px; border-radius: 5px; } .large-3 .services-img{ margin-bottom: 20px; } /*************contact page*************/ .row.contact-form{ margin-top:40px; } .vcard { font-size: 1.4em; border: none; padding-top: 0; padding-left: 0; } .contact-form textarea { height: 100px; } #map_canvas{ width:100%; height:400px; } #contact-form .button{ margin-top:10px; } #contact-form input { /*height: 35px;*/ } #contact-form input[type="text"] { height: 35px; } /*******footer**********/ footer.footer{ background: #232323; padding: 40px 30px; border-top: 10px solid #7e9159; } .footer nav.footer-bar a { font-family: 'OswaldLight', sans-serif; color: #fff; text-transform: uppercase; } h4.footer-call{ line-height: 1em; margin: 0; text-transform: uppercase; text-align: center; color:#555; } .footer ul.facebook{ float: right; } .footer ul.facebook li{ color: #000; list-style:none; float:left; margin-right:10px; width:28px; height:28px; border-radius:20px; background:#393939; position:relative; cursor:pointer; color:#000; } .footer ul.facebook li:last-child{ margin-right:0; } .footer ul.facebook li a{ margin:auto; width:28px; height:28px; padding-left:10px; font-weight:bolder; color: inherit; } .footer ul.facebook li a:hover{ } .footer ul.facebook li:hover{ background-color: #a6b982; color: #fff; -webkit-transition: background-color 1000ms linear; -moz-transition: background-color 1000ms linear; -o-transition: background-color 1000ms linear; -ms-transition: background-color 1000ms linear; transition: color 1000ms linear; -webkit-transition: color 100ms linear; -moz-transition: color 100ms linear; -o-transition: color 100ms linear; -ms-transition: color 100ms linear; } .row.footer-meta{ margin-top:20px; } .footer-theme-credits{ text-align: center; background: #1F1E1E; padding: 10px 0; } .footer-theme-credits p{ margin-bottom: 0; color: #464646; font-size: 12px; } .footer-theme-credits p a{ color: #464646; } .footer-theme-credits p a:hover{ color:#a6b982; } /***********recaptcha**************/ #recaptcha_table{width:100%} #recaptcha_table { border-color: #e0e0e0 !important; } #recaptcha_response_field { border-color: #e0e0e0 !important; height:20px; margin-bottom: 0; margin-top: 5px; font-size:9px; font-family: "Droid Serif","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; } .recaptcha_only_if_privacy a, #recaptcha_privacy a { color:#222; } @media only screen and (max-width:800px){ .footer ul.facebook{ float: none; } h4.footer-call{ text-align: left; } .small-top-menu{ display: block; } .top-nav, .sf-menu li{ background: transparent; } .top-menu{ display: none; } } @media only screen and (max-width:400px){ .footer ul.facebook{ float: none; margin-top:20px; } h4.footer-call{ text-align: left; } } .page-content { background: #ddd url('../images/bgPattern.png'); line-height: 1.5em; font-family: 'Droid Serif', serif; } .gallery-content .small-block-grid-4 li { margin-bottom:15px; } /*** wordpress css ***/ .wp-caption { max-width: 100%; } .wp-caption.alignleft { margin: 5px 10px 5px 0; } .wp-caption.alignright { margin: 5px 0 5px 10px; } .wp-caption .wp-caption-text, .entry-caption, .gallery-caption { color: #220e10; font-size: 18px; font-style: italic; font-weight: 300; } .wp-caption .wp-caption-text, .entry-caption, .gallery-caption { color: #220e10; font-size: 18px; font-style: italic; font-weight: 300; } .wp-caption.alignleft + ul, .wp-caption.alignleft + ol { list-style-position: inside; } .wp-caption.alignleft + ul, .wp-caption.alignleft + ol { list-style-position: inside; } .entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: -60px; } .entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: -60px; } .wp-caption-text { color: #fff; } .bypostauthor > .comment-body .fn:before { content: "\f408"; vertical-align: text-top; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .entry-title { margin:15px 0px 25px 0px; padding:0; line-height:1em; } .entry-title a { color: #000; } .entry-title a:hover { color: #000; } .entry-meta { margin: 10px 0px 25px 0px; line-height: 1em; } .entry-thumbnail { margin-bottom:15px; } aside li { border-bottom: 1px solid #F0F0E9; list-style-image: url("../images/bullet.png"); list-style-position: inside; padding: 15px 5px; } span.date { background:url(../images/calendar.png) no-repeat; background-position:0px -1px; } span.date a { padding-left:18px; color: #222; } .custom-entry-meta { margin:0; } span.tags-links { margin-left:3px; display:block; margin:0; text-transform:capitalize; position:relative; top:-5px; } span.tags-links { background:url(../images/tag.png) no-repeat; background-position:0px 6px; } span.tags-links a:first-child { padding-left:18px; } span.tags-links a { color:#222; } span.categories-links { margin-left:6px; } span.categories-links a { color:#222; text-transform:capitalize; } span.author { margin-left:6px; background:url(../images/admin.png) no-repeat; background-position:0px -1px; } span.author a { padding-left:18px; text-transform:capitalize; color: #222; } .category-read-more { background:url(../images/view_more_text.png) no-repeat; background-position:0px 0px; padding-left:16px; color:#222; } aside.widget_search input[type="text"] { width:75%; float:left; margin-right:5px; } aside.widget_search input[type="submit"] { height:25px; } .form-allowed-tags code { color:#000000; font-family:'Droid Serif', serif; } .comment-list li { background:#eee; border:1px solid #ccc; border-radius:5px; margin-bottom:10px; padding:10px; list-style:none; } .comment-list li { list-style:none; } .comment-list li ul li:nth-child(odd) { background:#fff; border:1px solid #ccc; border-radius:5px; margin-bottom:10px; padding:10px; list-style:none; } .comment-list li ul li:nth-child(even) { background:#eee; border:1px solid #ccc; border-radius:5px; margin-bottom:10px; padding:10px; list-style:none; } .comment-list li p { text-align: justify; margin: 0px 0px 0px 60px; } .reply { margin: 0px 0px 10px 60px; } .reply a { color:#40596C; } .comment-list li #reply-title { margin:0px 0px 0px 60px; } .comment-list li #reply-title small { margin-top:10px; margin-bottom:10px; display:block; } .comment-author { /*border:none;*/ } .comment-list .comment-author em { margin:0px 0px 0px 60px; } .comment-author img { margin-right:10px; } .comment-author a { color:#40596C; } .fn { color:#222; } .fn a { color:#222; } .previous-post-link { float:left; } .next-post-link { float:right; } .wp-pagenavi span.pages { background:#7D9059; padding: 6px 9px 6px 9px !important; margin:0px 3px 0px 3px; border:1px solid #ccc; color:#FFFFFF; } .wp-pagenavi span.current { background:#7D9059; padding: 6px 9px 6px 9px !important; margin:0px 3px 0px 3px; border:1px solid #ccc; color:#FFFFFF; } .wp-pagenavi a.page { padding: 6px 9px 6px 9px !important; margin:0px 3px 0px 3px; border:1px solid #ccc; } .wp-pagenavi a.previouspostslink{ padding: 6px 9px 6px 9px !important; margin: 0px 5px 0px 0px; border:1px solid #ccc; color: #222; } .wp-pagenavi a.nextpostslink{ padding: 6px 9px 6px 9px !important; margin: 0px 5px 0px 0px; border:1px solid #ccc; color: #222; } .footer div.three_fifty_media_default_footer_widget { margin-left:0; margin-top:0; } .footer div.three_fifty_media_default_footer_widget nav.footer-bar { margin-top:3px; line-height:1em; } #menu-three_fifty_media_footer li { border:0; } .footer div.widget { padding-bottom:30px; } .footer div.widget h3 { color:#FFFFFF; text-transform:capitalize; } .footer div.widget h2 { color:#FFFFFF; text-transform:uppercase; font-size: 1.75em; font-family: 'oswaldregular',sans-serif; } .footer div.widget li { border-bottom: 1px solid #000; border-top: 1px solid #333; } .footer div.widget li:first-child { border-top:0; } .footer div.widget li:last-child { border-bottom:0; } .footer div.widget li:first-child { border-top:0; } .footer div.three_fifty_media_default_footer_widget li { border-bottom:none; border-top:none; } .captcha-img { display:block; }