
/* General
------------------------------------------ */

html {
    -webkit-font-smoothing: inherit;
    font-smoothing: inherit;
}
body {
    color: #5c5c5c;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 10px 0 15px;
}
p {
    margin: 0;
    padding: 0 0 15px;
}
ul, ol {
    list-style: inherit;
    margin: 0;
    padding: 0 0 15px 20px;
}
a {
    color: #bc9c16;
}
.accent {
    color: #bc9c16;
}
.accent:after {
    content: '>';
}

.talkingpoints{text-align: center;  margin-left: -220px;}

/* Buttons
------------------------------------------ */

input[type=submit] {
    background: #bc9c16;
}

/* Main Wrapper
------------------------------------------ */

.container {
    max-width: 1200px;
    _width: 1200px;
    padding: 0;
    overflow: visible;
}

/* Header
------------------------------------------ */

.header {
    background: #58595b url('../images/header-r3.png') top left no-repeat;
    text-align: left;
    margin: 0 0 25px;
    padding: 20px 50px 25px;
}
.tagline {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    margin-left: 225px;
}
.social-icons {
    float: right;
    padding-top: 10px;
}
.social-icons a {
    background-image: url('../images/social.png');
    display: inline-block;    
    height: 26px;
    margin-left: 5px;
    width: 27px;
}
.social-icons a.fb{ 
background-position: 13px;
background-repeat: no-repeat;
}
.social-icons a.twt {
    background-position: -29px 0;    
}
.social-icons a.in {
    background-position: -67px 0;    
}
.site-date {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 50px;
    text-align: right;
}
.mobile-nav-toggle {
    color: #ccc;
    display: none;
    float: right;
    font-size: 26px;
}

/* Content
------------------------------------------ */

.content {
    background: transparent;
    font-size: inherit;
    margin: 0 auto;
    min-height: inherit;
    padding: 0 50px;
    position: relative;
}

/* Content Left
------------------------------------------ */

.content-left-wrap {
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding-right: 35px;
    width: 300px;
}

/* Menu */
.content-left ul.menu {
    list-style: none;
    padding: 0 0 30px 0;
}
.content-left ul.menu li .accent {
    float: left;
}
.content-left ul.menu li.current-menu-item .accent:after {
    content: 'V';
    font-size: 10px;
}
.content-left ul.menu li.current-menu-item a {
    color: #bc9c16;
    font-weight: bold;
}
.content-left ul.menu li a {
    color: #58595b;
    display: block;
    margin-left: 13px;
}

/* Related Posts */
.related-posts {
    background: #f4f4f4;
    margin-bottom: 30px;
    padding: 15px;
}
.related-posts h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 13px 13px;
    text-transform: uppercase;
}
.related-posts ul {
    list-style: none;
    padding: 0;
}
.related-posts ul li .accent {
    float: left;
}
.related-posts ul li a {
    color: #58595b;
    display: block;
    margin-left: 13px;
}

/* Content Right
------------------------------------------ */

.content-right-wrap {
    margin-left: 335px;
}
.content-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 0;
    text-transform: uppercase;
}
.single-post .content-right{border-top:solid 3px #cccdcf; padding-top:30px; }
.content-author {
    font-size: 12px;
    margin: -10px 0 20px;
}
.content-author img {
    vertical-align: middle;
}
.content-thumb {
    float: right;
    margin: 0 0 20px 30px;
}

/* Sharing */
.content-share {
    background: #f4f4f4;
    font-size: 12px;
    padding: 12px;
    text-align: right;
}
.content-share-sep {
    margin: 0 5px;
}

/* Comment */
.respond-form {
    display: none;
}
.comment .respond-form {
    display: block !important;
}
.respond-form label,
.respond-form small {
    font-size: 12px;
}
.respond-form input.mc_input,
.respond-form textarea {
    display: block;
    float: none;
    margin: 2px 0 10px;
    padding: 5px;
    width: 100%;
}
.respond-form textarea {
    height: 100px;
}
.mc_merge_var:after {
    clear: none;
}
.mc_merge_var {
    padding: 0 0 5px !important;
}
.mc_var_label, 
.mc_interest_label {
    display: inline-block !important;
    font-size: 12px;
    width: 20%;
}

/* Comments */
h3#comments {
    padding: 30px 0px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;  
}

/* Archives */
.archive-content {
    margin-bottom: 50px;
}    
h4.archive-parent.active:before {
    background-color: #bc9c16;   
}
.category-posts {
    list-style: none;
    padding: 0;
}
.category-posts li {
    padding: 0 0 20px;
}

/* Frontpage
------------------------------------------ */

.content-frontpage .content-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}
.content-frontpage .frontpage-content {
    min-height: 620px;
    max-width: 690px;
}
.content-frontpage .content-right-wrap a {
	display: inline-block;
}

/* Footer
------------------------------------------ */

.footer {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 50px;
}
.footer .social-icons {
    display: none;
}
.footer-contact {
    margin-bottom: 20px;
}
.footer-sep {
    margin: 0 7px;
}
.footer-copyright {
    color: #b9bbbe;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

/* Media Query - 1100px or less
------------------------------------------ */

@media ( max-width: 1100px ) {    
    
    /* Header
    ------------------------------------------ */
    
    .tagline {
        margin-left: 100px;
    } 
    
    /* Content Left
    ------------------------------------------ */
    
    .content-left-wrap {
        width: 200px;
    }
    
    /* Content Right
    ------------------------------------------ */
    
    .content-right-wrap {
        margin-left: 235px;
    }
}

/* Media Query - 992px or less
------------------------------------------ */

@media ( max-width: 992px ) {    
    
    /* Header
    ------------------------------------------ */
    
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tagline {
        margin-left: 65px;;
    } 
    .site-date {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Content
    ------------------------------------------ */
    
    .content {
        padding: 0 20px;
    }
    
    /* Content Right
    ------------------------------------------ */
    
    .content-right-wrap {
        margin-left: 200px;
    }
    
    /* Footer
    ------------------------------------------ */
    
    .footer {
        padding: 20px;
    }
}

/* Media Query - 768px or less
------------------------------------------ */

@media ( max-width: 768px ) {    
    
    /* Header
    ------------------------------------------ */
    
    .header .social-icons {
        display: none;
    }
    .tagline {
        margin-left: 35px;
    }
    .site-date {
        display: none;
    }
    .mobile-nav-toggle {
        display: block;
    }
    
    /* Content
    ------------------------------------------ */
    
    .content {
        padding: 0 20px;
    }
    
    /* Content Left
    ------------------------------------------ */
    
    .content-left-wrap {
        display: none;
        float: none;
        width: auto;
        padding: 0 0 30px;
    }
    
    /* Content Right
    ------------------------------------------ */
    
    .content-right-wrap {
        border-top: none;
        margin-left: 0;
        padding-top: 0;
    }
    
    /* Footer
    ------------------------------------------ */
    
    .footer {
        text-align: center;
    }
    .footer .social-icons {
        display: block;
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* Media Query - 479px or less
------------------------------------------ */

@media ( max-width: 479px ) {    
    
    /* Header
    ------------------------------------------ */
    
    .header{
        margin-bottom: 10px;
    }
    
    .tagline {
       
    }

    .talkingpoints{
	text-align: center;  
	margin-left: -145px;
     }

    
    /* Content
    ------------------------------------------ */
    
    .content {
        padding: 0 10px;
    }

    /* Content Right
    ------------------------------------------ */
    
    .content-thumb {
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .content-thumb img {
        max-height: inherit;
        max-width: 100%;
    }
}