/*
Theme Name: Bloom
Theme URI: http://www.famethemes.com/themes/bloom
Author: FameThemes
Author URI: http://www.famethemes.com
Description: Another awesome premium WordPress theme from FameThemes.Com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloom
Domain Path: /languages/
Tags: green, white, light, dark, left-sidebar, right-sidebar, responsive-layout, featured-images, full-width-template, sticky-post, theme-options, translation-ready


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms

5.0 - Site Structure
6.0 - Navigation
	6.1 - Menus
	6.2 - Search on Navigation Wrap
7.0 - Content
    7.1 - Homepage content
    7.2 - Pagination
8.0 - Sidebar Widget
9.0 - Single page
10.0 - Pages
    10.1 - Pages Right Sidebar
    10.2 - Pages Left Sidebar
    10.2 - Pages Full Width
11.0 - Footer
12.0 - Contact Form 7
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville); }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: 'Libre Baskerville', serif; font-family: 'Libre Baskerville', serif; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 100%; }
sub, sup { font-size: 100%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-type: disc; text-align:left;}
ul ul, ol ol, ul ol, ol ul { margin: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, #mainmenu, .part-items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea {margin: 0; vertical-align: baseline;}
button, input { line-height: normal; }
table button, table input {}
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
td { vertical-align: top; }
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}
body {
    background: #fff;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {font-weight: 600;padding: 0;color: #333;margin-top:0px;letter-spacing: -0.1px;font-family: 'Libre Baskerville', serif;}
h1 {font-size: 24px;line-height: 28px; margin: 0 0 16px 0;}
h2 {font-size: 20px;line-height: 27px;margin: 0 0 20px 0;}
h3 {font-size: 16px;line-height: 22px; margin: 0 0 16px 0;}
h4 {font-size: 14px;line-height: 20px; margin: 0 0 18px 0;}
h5 {font-size: 13px;line-height: 18px; margin: 0 0 20px 0;}
h6 {font-size: 13px;line-height: 16px; margin: 0 0 23px 0;}

.subheader { color: #008b45; font-weight: 300; margin-bottom: 24px; }
p {line-height: inherit; margin: 0 0 18px; }
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5;  }
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 99%; line-height: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small { color: #000; }

/*Form
----------------------------------------------------------------------------------------*/
fieldset{ padding:20px; border:1px solid #e0e0e0;}
input[type=text], input[type=email],input[type=password],textarea{ color:#a9a9a9; padding:8px 10px; border:1px solid #f0f0f0; background:#f4f4f4;font-size: 12px; -webkit-appearance: none; box-shadow: none !important;}
textarea{ width:90%; font-size:13px; background:#f4f4f4; overflow:auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;color:#a9a9a9;margin-top:3px;line-height: 24px;min-height: 100px;}
input, textarea,input[type="submit"]:focus{outline:0 none;}
input[type="radio"],input[type="checkbox"]{margin-right:10px; margin-left:10px;}
button::-moz-focus-inner { border: 0; padding: 0;}
input[type="reset"],input[type="submit"],input[type="button"], button{background: #008B45; color: #FFF; border:none;margin:0; outline-width:0; padding:8px 22px 10px; text-align:center}
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus{cursor:pointer;}

/*Links
----------------------------------------------------------------------------------------*/
a { color: #333;text-decoration: none;line-height: inherit;}
a:hover {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;}
a:focus {outline: medium none;}
p a, p a:visited { line-height: inherit; }

/*List
----------------------------------------------------------------------------------------*/
ul, ol { margin-bottom: 5px; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
li { list-style-position: inside; }
ul.large li { line-height: 21px; }

/*Table
----------------------------------------------------------------------------------------*/
table { }
table thead, table tfoot { }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; border: none; }

/*Blockquote
----------------------------------------------------------------------------------------*/
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }

/*Images
----------------------------------------------------------------------------------------*/
object, embed { max-width: 100%; height: auto;}
img { -ms-interpolation-mode: bicubic;border: 0;vertical-align:middle;height: auto;}
#main img{max-width:100%;}
#map_canvas img, .map_canvas img {max-width: none!important;}

/*Wordpress Style
----------------------------------------------------------------------------------------*/
.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
.wp-caption { text-align: center; padding:0; max-width: 100%;}
.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto;display: block;}
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0;padding-top:5px;}
.wp-smiley { margin: 0 !important; max-height: 1em; }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky{}
.bypostauthor{}

/*Custom Css
----------------------------------------------------------------------------------------*/
.left        { float: left; }
.right       { float: right; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-bold	 { font-weight:bold;}
.hide        { display: none; }
.clear,br.clear{clear: both;height:0;}
#googlemap img, object, embed { max-width: none; }
#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }
.t0{margin-top:0px !important;}.t10{margin-top:10px !important;}.t15{margin-top:15px !important;}.t20{margin-top:20px !important;}
.t30{margin-top:30px !important;}.t35{margin-top:35px !important;}.t40{margin-top:40px !important;}
.b0{margin-bottom:0px !important;}.b10{margin-bottom:10px !important;}.b20{margin-bottom:20px !important;}
.b30{margin-bottom:30px !important;}.b35{margin-bottom:35px !important;}.b40{margin-bottom:40px !important;}

/*--------------------------------------------------------------
5.0 - Site Structure
--------------------------------------------------------------*/
body {
    background: #ffffff;
    color: #666666;
    font-size: 14px;
    line-height:22px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin:0;
    padding:0;
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
}
.fame-content-wrapper {margin: 45px 0;}
.full-width-mode {
    background: #FFF !important;
}
.boxed-mode {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 1038px;
}
.boxed-mode .fame-site-info,
.boxed-mode .footer-widget-area {
    padding: 0;
    border-top: none
}
.boxed-mode .footer-widget-area .row {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}
.boxed-mode .fame-site-info .row {
    padding-top: 0;
    border-top: 1px solid #e2e2e2;
}

/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
    .row .unit, .row .units{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .container { width: 978px; margin: 0px auto; }
    .row { height: 1%; }
    .clear { clear: both; font: 1px/1px sans-serif; overflow: hidden; }
    .left {float: left}
    .right {float: right}
    .unit, .units { float: left; margin-left: 30px; }
    .unit:first-child, .units:first-child { margin-left: 0px; }

    img{ max-width: 100%; height: auto; }
    img { -ms-interpolation-mode: bicubic; }
    object, embed { max-width: 100%; }

    /* Desktop Version. */
    .container { width: 978px; margin: 0px auto; } /* Container width 1170px */
    .row:after {clear: both; content: "."; display: block; height: 0; visibility: hidden; }
    .unit,.units { float: left; display: inline; margin-left: 30px; position: relative; z-index: 1; min-height: 1px; }
    .one.unit,.one.units {width: 54px;}
    .two.units {width: 138px;}
    .three.units {width: 222px;}
    .four.units {width: 306px;}
    .five.units {width: 390px;}
    .six.units {width: 474px;}
    .seven.units {width: 558px;}
    .eight.units {width: 642px;}
    .nine.units {width: 726px;}
    .ten.units {width: 810px;}
    .eleven.units {width: 894px;}
    .twelve.units {width: 978px;}
    /* MinWidth 768 */
    @media only screen and (min-width: 768px) and (max-width: 977px) {
        .container{ margin: 0px auto; max-width: 748px; }
        .unit, .units { float: left; margin-left: 20px; }
        .boxed-mode {width: 100%; !important}
        .one.unit,.one.units{width: 44px;}
        .two.units{width: 108px;}
        .three.units{width: 172px;}
        .four.units{width: 236px;}
        .five.units{width: 300px;}
        .six.units{width: 364px;}
        .seven.units{width: 428px;}
        .eight.units{width: 492px;}
        .nine.units{width: 556px;}
        .ten.units{width: 620px;}
        .eleven.units{width: 684px;}
        .twelve.units{width: 748px;}

    }

    /* MaxWidth 767 */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container{ margin: 0px auto; max-width: 420px;}
        .container .row {
            max-width: 100%;
            margin: 0 15px;
        }
        .boxed-mode {width: 100%; !important}
        .unit, .units {margin-left: 0}
        .one.unit,.one.units,
        .two.units,
        .three.units,
        .four.units,
        .five.units,
        .six.units,
        .seven.units,
        .eight.units,
        .nine.units,
        .ten.units,
        .eleven.units,
        .twelve.units{width: 100% !important; float: none; }
    }

    @media only screen and (max-width: 479px) {
        .boxed-mode {width: 100%;}
        .container {
            padding: 0 15px;
            width: 100% !important;
        }
        .container .row {
            margin: 0 15px;
            width: auto;
            max-width: 100%;
        }
        .unit, .units {margin-left: 0}
        .one.unit,.one.units,
        .two.units,
        .three.units,
        .four.units,
        .five.units,
        .six.units,
        .seven.units,
        .eight.units,
        .nine.units,
        .ten.units,
        .eleven.units,
        .twelve.units{width: 100% !important; float: none; }
    }


/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
.topbar-wrap {
    background: #333;
}
.topbar-widget-area {
    font-size: 12px;
    font-family: 'Libre Baskerville', serif;
    color: #FFF;
}
.topbar-widget-area .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topbar-left{
    line-height: 1;
    display: block;
    padding: 8px 0;
}
.topbar-widget-area .menu li {
    float: left;
}
.topbar-widget-area .menu li:before {
    content: '|';
}
.topbar-widget-area .menu li:first-child:before {
    content: '';
}
.topbar-widget-area .menu li a {
    color: #008B45;
    text-decoration: none;
    padding: 8px 12px 10px;
    display: inline-block;
    line-height: 1;

}
.topbar-widget-area .menu li:last-child a {
    padding-right: 0;
}
.topbar-widget-area .menu li.current-menu-item a,
.topbar-widget-area .menu li a:hover {
  }

.header-right-wrap a {
    display: block;
    overflow: hidden;
    line-height: 1;
    outline: none;
    margin: 0;
    padding: 0;
}
.fame-logo {margin: 0px 0;}
.header-right-wrap a img{
    width: 100%;
}

/*--------------------------------------------------------------
6.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 - Menus
--------------------------------------------------------------*/
.slideMenu{}
.slideMenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
/*Top level list items*/
.slideMenu ul li{position: relative;display: inline;float: left;}
/*Top level menu link items style*/
.slideMenu ul li a{display: block;padding: 8px 10px;text-decoration: none;z-index: 0;position: relative;}
* html .slideMenu ul li a{ display: inline-block;}
.slideMenu ul li a:link, .slideMenu ul li a:visited{}
.slideMenu ul li a.selected{ background: black; }
.slideMenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/}
/*1st sub level menu*/
.slideMenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;z-index: 100;}
/*Sub level menu list items (undo style from Top level List Items)*/
.slideMenu ul li ul li{display: list-item;float: none;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.slideMenu ul li ul li ul{top: 0;}
/* Sub level menu links style */
.slideMenu ul li ul li a{min-width: 180px; /*width of sub menus*/padding:8px 13px 8px;display: block;z-index: 100;}
/* Holly Hack for IE \*/
* html .slideMenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* Custom */
.navigation-wrap .container {
    border-top: 1px solid #008c4d;
  border-bottom: 1px solid #008c4d;
background-color: #008b45;
color: #008c4d;
 
    
}
#primary-nav-id li.page_item_has_children ul.children {
    margin-left: 0;
}
#primary-nav-id .default_menu ul li ul {
    display: none;
}
#primary-nav-id li a {
    font-size: 14px;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    line-height: 1;
    padding: 14px 18px 16px;
}

#primary-nav-id li.home a:before {
    background: url(assets/images/home-icon.png) no-repeat left center;
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: -3px;
    content: "";
}
#primary-nav-id li.home a:hover:before,
#primary-nav-id li.home.current-menu-item a:before {
    background: url(assets/images/home-hover-icon.png) no-repeat left center;
}
#primary-nav-id li a:hover,
#primary-nav-id li a.hover,
#primary-nav-id li.current-menu-item > a {
    color: #FFF;
    background-color: #10069F;
    transition: none;
}
#primary-nav-id li ul {
    color: #000;
background: #10069F;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#primary-nav-id li li a {
    font-size: 14px;
    text-transform: none;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
}
#primary-nav-id li li ul  {
    margin-top: -1px;
}

#primary-nav-id .hasSubMenu {
    padding-right: 29px;
}

#primary-nav-id .hasSubMenu:after {
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 0.9em;
    top: 50%;
    width: 0;
}

#primary-nav-id li .hasSubMenu.hover:after {
    border-color:  rgba(0, 92, 26, 0.9); rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Mobile Version */
#primary-nav-mobile-a,
#primary-nav-mobile-id{
    display: none;
}
#primary-nav-mobile-a {
    color: #333333;
    font-family: "open sans",sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
}
#primary-nav-mobile-a:before {
    font-family: genericons;
    content: '\f419';
    color: #333;
    font-size: 14px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
#primary-nav-mobile-a span {
    width:9px;
    height: 5px;
    display: block;
    position: absolute;
    top:20px;
    left:16px;
}
#primary-nav-mobile-id {
    margin:0px;
    background: #333333;
    padding-bottom:8px;
    display: none;
}
#primary-nav-mobile-id li {
    margin-bottom:0px;
    border-top:1px solid #222222;
}
#primary-nav-mobile-id li a {
    border-top:1px solid #444444;
    color:#cccccc;
    padding:6px 19px 6px;
    font-size: 14px;
    text-shadow: none !important;
    display: block;
    font-family: "open sans", arial, sans-serif;
}
#primary-nav-mobile-id li ul li a {
    padding-left:40px;
    color:#999999 !important;
}
#primary-nav-mobile-id li ul ul li a {
    padding-left: 60px;
}
#primary-nav-mobile-id li a:hover,
#primary-nav-mobile-id li a:active {
    color:#fff !important;
    background: #444444;
}
.primary-nav-mobile-id li a:hover,
.primary-nav-mobile-id li.current-menu-item a{
    background: #16a1e7;
}
#primary-nav-mobile ul.sub-menu {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
6.2 Search on Navigation Wrap
--------------------------------------------------------------*/
.fame-search-nav .search-bt {
    background: url(assets/images/search-icon.png) no-repeat left center;
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 14px;
    margin-right: 15px;
}
.fame-search-hide {
    display:none;
    height:100%;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:999999
}
.fame-search-hide .fame-shbg {
    background:#000;
    height:100%;
    left:0;
    -webkit-opacity:.9;
    -moz-opacity:.9;
    opacity:.9;
    position:absolute;
    top:0;
    width:100%
}
.fame-search-hide #searchform {
    background:#fff;
    border:0;
    height:50px;
    left:50%;
    margin-left:-285px;
    margin-top:-25px;
    position:absolute;
    top:40%;width:570px;
    z-index:9999
}
.fame-search-hide h3 {
    color:#fff;
    text-transform:uppercase;
    margin:-35px auto 1px auto;
    font-size:28px;
    line-height:34px;
    font-weight:400;
    text-align:center
}
.fame-search-hide #searchform input[type="text"] {
    width:510px;
    height:50px;
    color:#222;
    padding:12px 15px 12px 15px;
    background: #FFF;
}
.fame-search-hide #searchform input[type="submit"] {margin:15px 0 0 0}

#searchform{
    display:block;
    margin:0;
    border:0;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px
}
#searchform input[type='text'] {
    float:left;
    border:medium none;
    box-shadow:none;
    color:#aaa;
    width:247px;
    font-size:13px;
    line-height:21px;
    outline:0;
    margin:0;
    padding:12px 11px;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px
}
#searchform input[type='submit'] {
    background:url(assets/images/search-icon.png) no-repeat center center;
    border:medium none;
    box-shadow:none;
    cursor:pointer;
    display:block;
    float:right;
    height:18px;
    margin:10px 10px 0 0;
    width:14px;
}
.content-404 #searchform input[type='submit'] {  margin-top: 11px;}
#searchform input[type='submit']:hover{
    -webkit-opacity:.8;
    -moz-opacity:.8;
    opacity:.8
}

/*--------------------------------------------------------------
7.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 - Homepage content
--------------------------------------------------------------*/
/* Homepage Slider */
.fame-home-firstbox .fame_homeslider_item:first-child {
    float: left
}
.fame-home-firstbox .fame_homeslider_item:last-child {
    float: right;
}
.fame-content .hotread-wrap {
    width: 138px;
}
.fame-home-firstbox {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e2e2e2;
}
.fame-content .home-slider-wrap,
.fame-content .home-slider-wrap.left.right {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
.fame-content .home-slider-wrap.right {
    width: 474px;
    margin-left: 30px;
    margin-bottom: 0;
    padding-left: 29px;
    border-left: 1px solid #e2e2e2;
}
.fame-content .home-slider-wrap.left {
    width: 474px;
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 29px;
    border-right: 1px solid #e2e2e2;
}
.page-full-width .home-slider-wrap.left {
    width: 642px;
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 29px;
    border-right: 1px solid #e2e2e2;
}
.page-full-width .home-slider-wrap.right {
    width: 642px;
    margin-left: 30px;
    margin-bottom: 0;
    padding-left: 29px;
    border-left: 1px solid #e2e2e2;
}
.page-full-width .hotread-wrap {
    width: 306px;
}
.fame-home-secondbox h2.blog-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin:0px 0px 25px;
}
.fame-post-item {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.featured-image a {
    display: block;
    overflow: hidden;
    line-height: 0;
    width: 100%;
}
.featured-image a img{
    width: 100%;
}
.featured-image a:hover img {
    opacity: 0.6;
    transition: all 0.5s ease 0s;

}
/* Custom Flexslider */
.fame-home-firstbox .flexslider{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.home-slider-wrap h2.entry-title {
    font-family: georgia, arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 25px 0 20px;
}
.home-slider-wrap .entry-summary {
    color: #333;
}
.home-slider-wrap .flex-direction-nav {
    display: none;
}
.home-slider-wrap .flex-control-nav {
    width: 100%;
    text-align: left;
    position: static;
    margin-top: 20px;
}
.home-slider-wrap .flex-control-paging li {
    margin: 0;
}
.home-slider-wrap .flex-control-paging li a {
    background: #333;
    border-radius: 50%;
    box-shadow: none;
    text-indent: 0;
    color: #FFF;
    width: auto;
    height: auto;
    padding: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-family: arial, sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-right: 3px;
}
.home-slider-wrap .flex-control-paging li a:hover,
.home-slider-wrap .flex-control-paging li a.flex-active {
    background: #008B45;
}
/* Hot reads */
.hotread-wrap article {
    margin-bottom: 25px;
}
.hotread-wrap .widget-title {
    margin-bottom: 10px;
}
.hotread-wrap .featured-image {
    margin-bottom: 10px;
}
.hotread-wrap header h4 {
    font-size: 16px;
    line-height: 20px;
    font-family: georgia, arial, sans-serif;
    font-weight: normal;
}

.hotread-wrap header h4 a:hover {
    color: #008B45;
}

/* Widget Ads */
.before_widget_post_ads {
    text-align: center;
    margin-bottom:30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

/* List view */
.fame-home-secondbox .fame-list-view {
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.fame-list-view .featured-image {
    width: 310px;
    float: left;
    margin-right: 15px;
}
.fame-list-view .content-element {
    overflow: hidden;
}
.fame-home-secondbox .entry-meta {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
}
.post .entry-meta .cat-links a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    background-color: #008b45;
    padding: 5px 8px 6px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-decoration: none;
    text-transform: none;
    font-family: 'Libre Baskerville', serif; 
}
.fame-full-width .entry-title,
.fame-home-secondbox .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 10px;
}
.fame-full-width .entry-title a,
.fame-home-secondbox .entry-title a {
    text-decoration: none;
    color: #333;
}

.fame-full-width .entry-title {
    margin: 20px 0;
}
.fame-full-width .entry-meta.second,
.fame-home-secondbox .entry-meta.second {
    font-size: 15px;
    color: #008b45;
    font-family: 'Libre Baskerville', sans-serif;
    margin-bottom: 18px;
}
.fame-full-width .entry-meta.second .post-time {
    padding-left: 0;
}
.fame-full-width .entry-meta {
    margin-top: 0;
}
.fame-home-secondbox .entry-meta .post-time{
    padding-left: 0;
}
.fame-home-secondbox .entry-meta a {
    text-decoration: none;
    color: #b9b9b9;
}
.fame-home-secondbox .entry-meta a:hover {
    color: #008b45;
}
.post .entry-meta .cat-links a:hover {
    color: #FFF;
    background: #008b45;
}
.entry-meta.second .rec {
    padding: 0 4px;
}
.entry-meta .post-view,
.entry-meta .post-comment {
    padding-left: 12px;
}
.entry-meta .post-comment:before {
    font-family: Genericons;
    content: '\f108';
    font-size: 11px;
    color: #b9b9b9;
    position: relative;
    top: 2px;
}
.entry-meta .post-view:before {
    font-family: Genericons;
    content: '\f403';
    font-size: 11px;
    color: #b9b9b9;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.fame-home-secondbox .entry-summary {
    color: #333;
}
.readmore {
    color: #008B45;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.entry-content a:hover,
.readmore:hover,
.widget .list-posts-grid .readmore:hover {
    color: #333;
}
.entry-content blockquote {
 
    border-left: medium none;
    font-style: italic;
    margin: 0 0 25px 30px;
    padding: 0 20px 0 30px;
}

.entry-content ul {
    margin:20px 0px 20px 40px;
    list-style-type: square;
}
.entry-content ul li {
    margin-bottom: 10px;
}
.entry-content ol{ margin:20px 0px 20px 40px;}
.entry-content ol li{margin-bottom:20px;}
.entry-content .st-tabs ul{margin:0px;}
.entry-content .st-tabs ul li{margin-bottom:0px;}
.entry-content .slides,.content .flex-direction-nav{list-style-type: none;margin:0px;}
.entry-content .carousel-slide li{list-style: none;margin-bottom:0px;}
.entry-content .mejs-container {
    margin-bottom: 18px;
}

/* Grid view */
.fame-post-item.first article {
    padding-top: 0;
}
.fame-post-item.first .fame-post-inner { border-top: 0px none; }
.fame-post-inner {
    width: 50%;
    float: left;
}
.fame-post-inner.c-2{
    border-left: 1px solid #e2e2e2;
    margin-left: -1px;
}
.list-posts-grid .fame-post-item{
    border-bottom: 1px solid #e2e2e2;
}
.list-posts-grid .fame-post-item:last-child .fame-post-inner{
    border-bottom: none;
}
.list-posts-grid .fame-post-item:last-child{
    border-bottom: 1px solid #e2e2e2;
}

.fame-post-inner article {
    padding-right: 29px;
    padding-left: 0;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 30px;
    padding-top: 30px;
}
.fame-post-item:last-child .fame-post-inner,
.loadall .fame-post-item.last .fame-post-inner {
    border-bottom: none;
}

.fame-post-inner:nth-child(2n) article {
    padding-left: 30px;
    padding-right: 0;
    border-right: none;
}
.fame-home-secondbox .fame-grid-view .entry-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0 14px;
}
.fame-home-secondbox .fame-grid-view .featured-image  {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.fame-home-secondbox .fame-grid-view .entry-meta {
    margin-bottom: 10px;
}
.fame-home-secondbox .fame-grid-view .entry-meta .post-view,
.fame-home-secondbox .fame-grid-view .entry-meta .post-comment {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    color: #b9b9b9;
    font-family: arial, sans-serif;
    line-height: 1;
}
.fame-post-item.last {
    border-bottom: none !important;
}
.fame-pagination {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    list-style: none;
    float: left;
    margin-top: 30px;
}

.fame-pagination li {
    float: left;
    margin-right: 5px;
}
.fame-pagination a {
    background: #c0c0c0;
    display: inline-block;
    line-height: 1;
    padding: 6px 12px 9px;
    color: #FFF !important;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
}
.fame-pagination a:hover,
.fame-pagination a.page-current {
    background: #008B45;
}

.grid-wg .ft_recentpostsgrid_widget .fame-pagination,
.fame-blog-wrap.grid .fame-pagination,
.blog-view-list .widget .fame-pagination,
.home.grid-wg #infscr-loading {
    margin-top: 30px;
}
.list-wg.blog-view-grid .ft_recentpostsgrid_widget.list-posts-grid .fame-pagination,
.blog-view-list .fame-pagination,
.infinite-mode .fame-pagination,
.list-wg.blog-view-list .fame-pagination,
.list-wg.blog-view-grid .fame-pagination {
    margin-top: 0;
}
.list-wg.blog-view-grid .list-posts-grid .fame-pagination,
.blog-view-list .fame-pagination
.infinite-mode.blog-view-grid .fame-pagination {
    margin-top: 30px;
}
#infscr-loading {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
}
#infscr-loading img {
    float: left;
    padding-right: 15px;
}
#infscr-loading em {
    display: inline-block;
    padding-top: 5px;
}
.single-pagination {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.single-pagination a span {
    background: #10069F;
    display: inline-block;
    line-height: 1;
    padding: 5px 9px 6px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-pagination span,
.single-pagination a:hover span {
    background: #008B45;
}
.single-pagination span {
    display: inline-block;
    line-height: 1;
    padding: 5px 9px 6px;
    color: #FFF;
    font-size: 13px;
}
.single-pagination span.single-pagi {
    background: 0 none;
    color: #666;
    padding-left: 0;
}
.pg-n .fame-post-item:last-child {
    border-bottom: none;
}
/*--------------------------------------------------------------
8.0 Sidebar Widget
--------------------------------------------------------------*/
.sidebar-wrap {
padding: 8px; }

.sidebar-wrap .widget-area {
text-size: 12px;
font-size: 12px;}

.sidebar-wrap aside {

}
.sidebar-wrap aside:last-child {
border: 10px 0px 0px 0px #FFF;
 }

h2.widgettitle,
h3.widget-title {
 font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #008B45;
text-align: center;
   
}

.author-box-title {
 font-size: 13px;
    line-height: 22px;
    font-weight: bold;
       color: #10069F;
    margin-bottom: 12px;
}

#comments h4,
h3#reply-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
}
table#wp-calendar{
    width: 100%
}
/* optin form */
.connect-widget-form,
.connect-widget-social{
    overflow: hidden;
    width: 100%;
}
.connect-widget-form {
    margin-bottom: 10px;
}
.connect-widget-social {
}
.connect-widget-form .subs_input {
    background: 0 none;
    font-size: 13px;
    font-family: arial, sans-serif;
    float: left;
    width: 208px;
    padding: 11px 10px 10px;
    color: #a8a8a8;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: none;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none !important;
    margin: 0;
}
.connect-widget-form .subs_submit {
    background: #008B45;
    color: #FFF;
    float: left;
    font-size: 11px;
    padding: 10px 13px;
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.widget_calendar table, .widget_calendar table th, .widget_calendar table td{ border: #e2e2e2 1px solid; border-collapse: collapse;}
.widget_calendar table tfoot td, .widget_calendar table tfoot th{ border: none;}
.widget_calendar table #next{ text-align: right; }
.widget_calendar caption{ margin-bottom: 10px;}

.widget_rss ul li{ margin-bottom: 20px; }
.widget_rss ul li:last-child{ margin-bottom: 0px; }
.widget_rss ul li a{ font-weight: bold; display: block;}
.widget_rss ul li .rss-date{ font-style: italic; display: block;}
.widget_rss ul li  .rssSummary{ margin: 10px 0px; }

/* only style on Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .connect-widget-form .subs_submit {
        padding:10px 13px 11px;
    }
}
.connect-widget-social a {
    color: #333;
    display: inline-block;
    font-size: 11px;
    height: 27px;
    line-height: 12px;
    margin-right: 15px;
    margin-top: 15px;
    padding-left: 35px;
    font-family: "open sans", arial, sans-serif;
}
.connect-widget-social a:hover {
    color: #222222;
}
.connect-widget-social a strong {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-family: "Open Sans Condensed", arial, sans-serif;
    padding-bottom: 4px;
}
.connect-widget-social .connect-rss {
    background: url("assets/images/icons/rss.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.connect-widget-social .connect-twitter {
    background: url("assets/images/icons/twitter.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.connect-widget-social .connect-facebook {
    background: url("assets/images/icons/facebook.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.connect-widget-social .last {
    margin-right: 0;
}

/* Tab Widget */
.tab_widget {
    overflow: hidden;
    display: block;
}
.widget .tabs {
    float:left;
    padding: 0;
}
.tab_wrap {
    background: #FFFFFF;
    float: left;
}

.widget .tab ul {
    float: left;
    margin: 0;
    list-style: none;
}
.widget .tabs ul.drop {
    float:left;
    width:300px;
    margin: 0 0 20px 0;
    list-style: none;
}
.widget .tabs ul.drop li a {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    font-family:'open sans condensed', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    outline: medium none;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.widget .tabs ul.drop li a:hover,
.widget .tabs ul.drop li.active a {
    background: #008B45;
}
.ie .widget .tabs ul.drop li a {
    font-size: 17px;
}
.widget .tabs ul.drop li {
    float:left;
    margin: 0;
}
.widget .tabs ul.drop li.tab_nav_1 {
    width:35%;
}
.widget .tabs ul.drop li.tab_nav_2 {
    width:30%;
}
.widget .tabs ul.drop li.tab_nav_3 {
    width:35%;
}
.widget .tabs .tab {
    float:left;
    padding:0;
    margin:0;
}
.widget .tabs .tab li {
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: none;
    width: 100%;
}
.widget .tabs .tab li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.widget .tabs .tab li .hentry {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.error404 .featured-image,
.sidebar-wrap .widget .featured-image,
.site-footer .footer-widget-area .featured-image,
.single-related-wrapper .featured-image,
.single-recent-wrapper .featured-image {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px 25px 0px 0;
    padding: 0;
}
.widget .tabs .tab li .featured-image a:hover {
    background: none;
}
.widget .tabs .tab li .featured-image-comment {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px 25px 0px 0;
    padding: 0;
}
.widget .tabs .tab li .featured-image-comment a:hover {
    background: none;
}

.widget .entry-meta .post-time,
.ft_popular_widget .entry-meta .post-time,
.footer-widget-area .entry-meta .post-time {
    padding-left: 0;
}
.widget header h4,
.footer-widget-area header h4,
.single-recent-wrapper header h4,
.single-related-wrapper header h4 {
    font-family: georgia, arial, sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 7px;
}
.widget header h4 a,
.footer-widget-area header h4 a{
    color: #333;
    text-decoration: none;
}
.widget header h4 a:hover,
.footer-widget-area header h4 a:hover{
    color: #008B45;
}
.ui-tabs .ui-tabs-hide {
    left: -10000px;
    position: absolute;
}
.ui-tabs .ui-tabs-hide {
    display: none;
}
.widget .entry-meta,
.footer-widget-area .entry-meta{
    color: #B9B9B9;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}
.widget .entry-meta .post-comment,
.widget .entry-meta .post-view,
.footer-widget-area .entry-meta .post-comment,
.footer-widget-area .entry-meta .post-view{
    padding-left: 10px;
}
.widget .entry-meta .post-comment a,
.footer-widget-area .entry-meta .post-comment a{
    color: #B9B9B9;
    text-decoration: none;
}
.widget .entry-meta .post-comment a:hover,
.footer-widget-area .entry-meta .post-comment a:hover {
    color: #008B45;
}
.widget .entry-meta .post-comment:before,
.footer-widget-area .entry-meta .post-comment:before {
    color: #B9B9B9;
    content: '\f108';
    font-family: Genericons;
    font-size: 11px;
    position: relative;
    top: 2px;
}
.widget .entry-meta .post-view:before,
.footer-widget-area .entry-meta .post-view:before{
    color: #B9B9B9;
    content: '\f403';
    font-family: Genericons;
    font-size: 11px;
    position: relative;
    top: 2px;
    padding-right: 3px;
}
.widget .tabs .comment-tab li h4 {
    font-size: 14px;
    line-height: 20px;
}
.widget article,
.footer-widget-area article {
    margin-bottom: 20px;
}
.widget article:last-child,
.footer-widget-area article:last-child {
    margin-bottom: 0;
}
/* Tags widget */
.post-tags a,
.tagcloud a {
    background:#c0c0c0 url(assets/images/tags_bg.png) no-repeat 7px center;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 3px 6px 0;
    padding: 2px 8px 3px 19px;
}
.tagcloud a:hover {
    background-color: #008B45;
}
/* Flickr Widget */
.ft_flickr_widget {
    margin-right: -10px;
}
.flickr_badge_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flickr_badge_image a img {
    width: 95px;
    height: 95px;
    border-radius: 3px;
}
.flickr-brand {
    display: inline-block;
    background: url(assets/images/flickr-icon.png) no-repeat left center;
    font-size: 14px;
    font-style: italic;
    text-indent: 20px;
}
.widget select,
.footer-widget-area select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    outline: medium none;
    padding: 8px 6px;
    width: 100%;
}
/* Widget Archive */
.widget_archive ul {
    margin-bottom: 0;
}
.widget_archive ul li {
    padding: 4px 0px;
    display: block;
}
.widget_archive ul li:first-child {
    margin-top: -4px;
}
/* Widget Categories & Widget Pages*/
.widget_pages ul,
.widget_categories ul {
    margin-bottom: 0;
}
.widget_pages ul li a,
.widget_categories ul li a {
    padding: 4px 0;
    display: inline-block;
}
.widget ul {
    margin-bottom: 0;
}
/* Widget Search */
.widget_search h3 {
    display: none;
}
.widget_search .searchform-inner {
    width: 100%;
    overflow: hidden;
    clear: both;
    border: 1px solid #e2e2e2;
}
.widget_search #searchform input[type="text"] {
    background: #FFF;
    border-radius: 0;
}
/* Custom Menu Widget */
.widget_nav_menu ul li a {
    display: block;
    padding: 4px 0;
}
.widget_nav_menu ul ul.sub-menu {
    padding-left: 25px;
}

/* Ads 125 widget */
.uxde_ad125_widget {
    margin: 0 0 15px 0;
}
.ads-125 ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ads-125 ul li {
    background: #FFFFFF;
    padding: 8px;
    float: left;
    margin: 0 13px 13px 0;
    width: 125px;
    height: 125px;
    border: 1px solid #E2E2E2;
}
.ads-125 ul li:before,
.ads-125 ul li:after,
.ads-125 ul li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ads-125 ul li a img {
    width: 125px;
    height: 125px;
    display: block;
    line-height: 1;
}
.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
}

/*--------------------------------------------------------------
9.0 - Single page
--------------------------------------------------------------*/
.entry-meta {
    margin-bottom: 25px;
}
.widget .entry-meta,
.footer-widget-area .entry-meta,
.recent-latest-wrap .entry-meta {
    margin-bottom: 10;
}

.entry-meta .post-comment {
color: #fff;
}

.entry-meta .post-athor {
color: #10069F;
font-size: 13px;
}



.entry-meta .rec,
.entry-meta .post-time,
.entry-meta .post-athor a
 {
   color: #000;
   font-size: 13px;
 
}
.entry-meta .rec {
    padding: 0 7px;
}
.entry-meta .post-time {
    padding-left: 15px;
}
.entry-meta .post-athor a:hover
 {
    color: #008b45;
font-size: 13px;
}
.single article .single-featured-image {
    margin-bottom: 15px;
}
.single article .single-featured-image img {
    width: 100%;
}
h1.entry-title {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0 20px;
}
.post-tags a:hover {
    color: #211197;
}
.comments-area h3.comment-reply-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}
.comment-respond label {
    display: block;
    float: left;
    padding-right: 5px;
}
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond input[type="email"],
.comment-respond textarea{
    background: #FFF;
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    width: 350px;
}
input[type="submit"] {
    text-transform: uppercase;
    padding: 10px 13px;
}
input[type="submit"]:hover {
    background: #333;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s
}
.comment-respond textarea {
    width: 100%;
}
.post-tags,
.share-this-wrap,
.page-author-wrapper{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}
.share-this-wrap {
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
}
.share-this-wrap .share_entry_text {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 24px;
    margin-right: 20px;
}
.share-this-wrap ul {
    float: left;
    margin-bottom: 0;
}
.share-this-wrap ul li {
    display: inline-block;
    height: 20px;
    margin-right: 30px;
}
.single .post-tags {
    font-weight: bold;
}
.single .post-tags a {
    font-weight: normal;
}
.single-recent-wrapper,
.single-related-wrapper {
    width: 306px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.single.fame-full-width .single-recent-wrapper,
.single.fame-full-width .single-related-wrapper {
    width: 474px;
}
.single-related-wrapper {
    margin-left: 30px;
}
.single-recent-wrapper article,
.single-related-wrapper article {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.single-related-wrapper .entry-meta .post-time,
.single-recent-wrapper .entry-meta .post-time {
    padding-left: 0;
}
.author-box-content .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 120px;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
    padding: 3px;
}
.author-box-content .author-desc {
    overflow: hidden;
    padding-top: 8px;
}

/* Comments */
.comments-list #commentform{ margin-bottom: 30px; }
#comments{padding-bottom:10px;}
.comments-list{margin:0px;}
.comments-list li{list-style-type:none;margin-bottom:0px;}
.comment-item{padding:20px 20px;background: #fff;margin-bottom:20px;border:1px solid #f0f0f0;}
.comment-item .comment-avatar{float:left;margin-right:18px;width:60px;height:60px;-webkit-border-radius: 120px;-moz-border-radius: 120px;border-radius: 120px;}
.comment-header{padding-bottom:20px;border-bottom:1px solid #f0f0f0;overflow: hidden;}
.comment-content{border-top: 1px solid #fff;padding-top:13px;}
.comment-header-right{overflow: hidden;}
a.comment-reply-link{float:right;}
#comments .form-submit {margin-bottom: 0}
.comment-date{font-style: italic;color:#A2A2A2;margin-bottom:6px;margin-top:3px;}
.comment-author{font-size: 15px;color:#333333;}
ul.children{margin-left:30px;}
/* Comment Form */
.form-line{margin-bottom:20px;}
label span{color:red;}
.form-line input{width:320px;border:none;padding:10px;background: #ececec;color:#555555}
.form-line textarea{width:99.9%;background: #FFF;padding:10px;min-height: 200px;border:1px solid #E2E2E2;color:#555555}
#submit{padding:10px 18px;color:#fff;border:none;}
#submit:hover{background: #333333;}
#cancel-comment-reply-link{ margin-left: 15px;}
.avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 120px;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
    padding: 3px;
}

/* Sticky post*/
.featured-image {
    position: relative;
}
.featured-image .sticky-icon {
    border-style: solid;
    border-width: 0 40px 40px 0;
    color: #FFFFFF;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 2;
    border-right: 40px solid #008B45;
    border-bottom: 40px solid transparent;
}
.featured-image .sticky-icon i {
    color: #FFFFFF;
    font-size: 14px;
    right: -37px;
    position: absolute;
    top: 5px;
}
.featured-image .sticky-icon {
    border-color: rgba(0, 0, 0, 0) #008B45 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    line-height: 0;
}

/*--------------------------------------------------------------
10.0 - Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - Pages Right Sidebar
--------------------------------------------------------------*/
h1.page-title {
    font-family: "open sans condensed", georgia,arial,sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 25px 0 20px;
    margin-top: 0;
}
.search .content-wrapper .fame-list-view,
.archive .content-wrapper .fame-list-view,
.category .content-wrapper .fame-list-view {
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #008b45;
}
.search .content-wrapper .fame-grid-view .entry-meta,
.archive .content-wrapper .fame-grid-view .entry-meta,
.category .content-wrapper .fame-grid-view .entry-meta {
    margin-top: 10px;
}

.search .entry-meta,
.archive .entry-meta,
.category .entry-meta {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}
.search .entry-title,
.archive .entry-title,
.category .entry-title {
    font-family: georgia,arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 18px;
}
.search .entry-meta .post-time,
.archive .entry-meta .post-time,
.category .entry-meta .post-time {
    padding-left: 0;
}
.widget_calendar table tbody tr:nth-child(even) { background: 0 none; }


/* 404 Page */
.error404 #searchform,
.search-no-results .no-results #searchform {
    width: 100%;
    margin-bottom: 30px;
}
.error404 #searchform h3,
.search-no-results .no-results #searchform h3 {
    display: none;
}
.error404 #searchform .searchform-inner,
.search-no-results .no-results #searchform .searchform-inner {
    width: 100%;
    overflow: hidden;
    clear: both;
    background: none;
    border: 1px solid #e2e2e2;
}
.error404 .searchform-inner #s,
.search-no-results .no-results .searchform-inner #s {
    background: #FFF;
    border: none;
    width: 85%;
}
.error-item {
    width: 50%;
}
.error-item.left { padding-right: 15px;}
.error-item.right { padding-left: 15px;}
.error-item .tagcloud a:hover {
    color: #FFF;
}

/*--------------------------------------------------------------
10.2 - Pages Left Sidebar
--------------------------------------------------------------*/
.page-left-sidebar .fame-content {
    float: right;
}
.page-left-sidebar .sidebar-wrap {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.page-left-sidebar .sidebar-wrap .widget-area {
    margin-right: 5px;
    margin-left: 0;
}

/*--------------------------------------------------------------
10.3 - Pages Full Width
--------------------------------------------------------------*/
.page-full-width .fame-list-view .featured-image,
.fame-full-width .fame-list-view .featured-image {
    width: 474px;
}
.fame-full-width .fame-list-view {
    border-bottom: 1px solid #E2E2E2;
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.fame-full-width .fame-grid-view .entry-meta {
    margin-top: 10px;
}

.fame-full-width .fame-list-view.no-post-thumbnail .featured-image{ }
.fame-full-width .fame-list-view.no-post-thumbnail  .content-element{
    width: auto;
}


/*--------------------------------------------------------------
11.0 - Footer
--------------------------------------------------------------*/
#colophon {
    width: 100%;
    overflow: hidden;
}
.footer-widget-area {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 35px 0;
}
.footer-widget-area .footer-widget {
    margin-bottom: 20px;
}
.fame-site-info {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    min-height: 50px;
}
.fame-site-info .copyright-wrap {
    font-size: 13px;
    font-style: italic;
    color: #333;
    padding-top: 15px;
}
.fame-site-info .copyright-wrap a {
    color: #008B45;
}
.fame-site-info .copyright-wrap a:hover {
    color: #333;
}

/*--------------------------------------------------------------
12.0 - Contact form 7
--------------------------------------------------------------*/
.content-wrapper input[type="text"],
.content-wrapper input[type="email"],
.content-wrapper input[type="password"],
.content-wrapper textarea {
    background: #FFF;
    border: 1px solid #E2E2E2;
}
.wpcf7 textarea {
    width: 100%;

}
/*--------------------------------------------------------------
WIDGETS
--------------------------------------------------------------*/
 
.article2 {
height: 384px;
width: 280px;
font-size: 13px;
line-height: 22px;

line-stacking: 40px;
padding-top: 110px;
padding-left: 20px;
padding-right: 25px;
margin-left: 9px;
margin-top: -25px;
margin-right: 15px;
border: 2px; 
background-image: url("http://hamilton-griffin.com/awr.png");

   }

       
.awr { text-align:center; background:#20009a; width: 260px; font-size:15px; color: white; margin-left: -10px; margin-top: -6px;}

   
   
   .neww {
background: #dedede;
margin: 15px;
border: 2px; 
padding: 8px 10px 8px 20px;
box-shadow: 5px 5px 1px #888888; }
  
  