/*
Theme Name: Ccbriefing
Text Domain: ccbriefing
Description: Custom WordPress theme for CC Briefing
Version: 1.2
*/

/* Colors
Dark Blue: #0475bc;
Light Blue: #41c0f0;
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 16px/24px Arial, Helvetica, sans-serif;
    color: #3f4348;
    background: url(images/bg_body.png);
}

input[type=text], textarea, select, button {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #bbbcbe;
    background-color: #fff;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
}

a, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #0475bc;
}

a:hover {
    text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
    position: relative;
    width: 1288px;
    margin: 0 auto;
}


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

#header {
    background: #0a70ae;
    overflow: hidden;
    padding: 0 0 13px 0;
    background-image: url(images/CC-Briefing-Header-1280x706.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 280px;
    height: 140px;
}

#header ul {
    float: right;
    padding: 0 99px 0 0;
}

#header li {
    float: left;
    margin: 0 0 0 -3px;
}

#header li a {
    display: block;
    margin: -30px 0 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header li a:hover {
    margin: 0;
}

#logo {
    width: 709px;
    height: 98px;
    display: block;
    cursor: pointer;
    text-indent: -9999em;
    margin: 25px 0 0 111px;
    float: left;
    background: url(images/logo-2020.png) no-repeat;
    background-size: 365px;
}


/* Navigation
------------------------------------------------------------------------------*/

.menu-trigger {
    display: none;
}

#menu {
    background: #8c8c8c;
    height: 51px;
    overflow: hidden;
    padding: 0 0 0 252px;
    margin: 0 0 39px 0;
}

#menu ul {
    float: left;
}

#menu li {
    float: left;
}

#menu a {
    line-height: 49px;
    padding: 0 20px;
    height: 51px;
    display: block;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: bold;
}

#menu a:hover,
#menu .current a {
    text-decoration: none;
    background: #41c0f0;
    position: relative;
}

#menu a:hover:after,
#menu .current a:after {
    content: "";
    left: 50%;
    margin: 0 0 0 -11px;
    bottom: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #f7f5f6 transparent;
}
.search-within,
#menu .search {
    width: 224px;
    float: left;
    margin: 9px 0 0 22px;
}
.search-within input[type=text],
#menu .search input[type=text] {
    width: 160px;
    margin: 0;
    float: left;
    background: none;
    box-shadow: none;
    border: none;
    font-style: italic;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.search-within input[type=submit],
#menu .search input[type=submit] {
    background:url(images/ico_search.png) no-repeat 0 4px;
    width: 31px;
    float: right;
    box-shadow: none;
    border: none;
}


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

.main-content {
    background: url(images/bg_white.png);
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(1,1,1,.13);
    margin: 0 0 48px 1px;
    padding: 49px 51px 0 49px;
    overflow: hidden;
}

.main-content.no-bg {
    background: none;
    box-shadow: none;
    padding: 0;
    overflow: visible;
}
.post {
    width: 100%;
    overflow: hidden;
}
.post-head {
    margin: 0 30px 24px 0;
}
.post-add .post-head {
    float: left;
    width: 276px;
}
.content-holder {
    overflow: hidden;
}
.post-head .image {
    margin: 0 0 18px 0;
}
.paginator {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}
.paginator a {
    float: right;
    margin: 0 0 0 10px;
    font-size: 15px;
    font-style: italic;
    color: #898989;
}
.sub-title {
    display: block;
    color: #898989;
    font-size: 14px;
    line-height: 16px;
    padding: 31px 0 23px;
}
.post-head .info {
    overflow: hidden;
    font-size: 14px;
    color: #898989;
}

.post-head.lone .info {
    overflow: visible;
}
.share {
    color: #898989;
    font-size: 14px;

}
.share-bottom {
    padding: 114px 0 42px;
    margin: 0 0 40px;
    border-bottom: 2px solid #EBEAEB;
}
.post-head .info a {
    color: #898989;
    text-decoration: underline;
}

.post-head .info a:hover {
    text-decoration: none;
}

.post-head .info h3 {
    color: #0475bc;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
    border-bottom: 2px solid #ebeaeb;
}
.post-head .sort{
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #898989;
	text-transform: capitalize;
}

.post-head.lone {
    padding-left: 30px;
    margin-left: -30px;
}

.post-head.lone .info h3 {
    padding: 0 0 7px 30px;
    margin: 0 0 7px -30px;
}

.post-head .info .tags {
    padding: 12px 0 0 0;
}

.post-head .info .tags a {
    margin: 0;
}

.share a {
    background: url(images/ico_social.png) no-repeat;
    height: 27px;
    width: 30px;
    display: inline-block;
    margin: 0 0 -10px 5px;
}

.entry {
    padding: 0 0 37px 0;
}

.entry .share {
    color: #898989;
    font-size: 14px;
    margin: 39px 0 0 0;
}

.entry .share a {
    margin: 0 0 -7px 5px;
}

.share .twitter {
    background-position: -30px 0;
}

.share .email {
	width: 38px;
    background-position: 100% 0;
}

.title h1 {
    color: #5f6367;
    font-size: 44px;
    line-height: 44px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 25px 0;
}

.title h1.space {
    margin: 0 0 15px 0;
}

.entry h2 {
    color: #0475bc;
    font-size: 24px;
    line-height: 28px;
    padding: 34px 0 10px 0;
}

.entry h3 {
    color: #0475bc;
    font-size: 24px;
    line-height: 28px;
    padding: 34px 0 10px 0;
}

.entry h4 {
    font-weight: bold;
    padding: 0 0 8px 0;
}

.entry .date {
    color: #898989;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 11px 0;
}

a.btn,
input.btn,
.btn {
    background-color: #0475bc;
    box-shadow: inset 0 0 10px rgba(99,99,99,.2);
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

a.btn {
    display: block;
    float: left;
    clear: both;
}

.stories {
    background: url(images/bg_white.png);
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(1,1,1,.13);
    padding: 20px 19px 19px 19px;
    overflow: hidden;
    margin: 0 0 23px 0;
}

.stories .today {
    overflow: hidden;
    padding: 0 0 9px 0;
    margin: 0 0 13px 0;
    border-bottom: 2px solid #eae9ea;
}

.stories .today .pic {
    float: left;
    padding: 0 37px 0 0;
}

.stories .today .info {
    overflow: hidden;
}
.stories .today .info ul li a{
    color: #333;
}
.info h1 a{
    color: #5f6367;
}
.posts-list h3,
.stories h3 {
    color: #0475bc;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding: 0 0 4px 0;
}

.posts-list h2,
.stories h1 {
    color: #5f6367;
    font-size: 44px;
    line-height: 44px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 16px 0;
}

.posts-list .date,
.stories .date {
    color: #898989;
    font-size: 24px;
    line-height: 28px;
}

.stories section .date {
    font-size: 18px;
    padding: 0 0 5px 0;
}

.stories section article {
    padding: 0 15px;
    float: left;
    width: 460px;
}

#content h2 a{
    color:#5f6367;
}

.stories section .right {
    padding: 0 15px 0 30px;
    float: right;
    width: 452px;
    border-left: 2px solid #eae9ea;
}

.stories section .right  ul li a, .stories section .left  ul li a{
    color: #333;
}
.posts-list .tags,
.stories .tags {
    color: #898989;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 16px 0;
}

.posts-list .tags a,
.stories .tags a {
    color: #898989;
    margin: 0;
    text-decoration: underline;
}

.posts-list .tags a:hover,
.stories .tags a:hover {
    text-decoration: none;
}

.dmb_posts_wrapper .posts-list .tags a,
.dmb_posts_wrapper .stories .tags a {
    color: #898989;
    margin: 0;
    text-decoration: underline;
}

.dmb_posts_wrapper .posts-list .tags a:hover,
.dmb_posts_wrapper .stories .tags a:hover {
    text-decoration: none;
}

.result-info .more,
.posts-list .more,
.stories .more {
    font-weight: bold;
    font-size: 14px;
}

.stories ul {
    padding: 0 0 3px ;
}

.stories li {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 2px 0 2px 10px;
}
.result-info li:after,
.stories li:after {
    position: absolute;
    height: 4px;
    width: 4px;
    background: #3f4348;
    border-radius: 10px;
    top: 11px;
    left: 1px;
    content: "";
}

.posts-list {
	display: block;
	height: 100%;
	overflow: hidden;
}

.posts-list article {
    width: 465px;
    padding: 19px 19px 16px 19px;
    background: url(images/bg_white.png);
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(1,1,1,.13);
    overflow: hidden;
    margin: 0 25px 23px 0;
    float: left;
    overflow: hidden;
    display: block;
}

.posts-list article.last {
    margin: 0 -5px 23px 0;
    clear: none;
}

.posts-list img {
    float: left;
    padding: 0 16px 0 0;
}

.posts-list .info {
    overflow: hidden;
}

.posts-list h3 {
    padding: 2px 0 3px 0;
}

.posts-list h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 4px 0;
}

.posts-list .date {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

.posts-list .tags {
    padding-bottom: 3px;
    line-height: 20px;
    margin: -2px 0 14px 0;
}

.posts-list p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 5px 0;
}

.posts-list .btn {
    margin: 15px 0 82px 456px;
}


/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    float: right;
    width: 224px;
    padding: 0 0 0 30px;
}

#sidebar h3 {
    background: #0475bc;
    padding: 0 6px;
    line-height: 31px;
    height: 29px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin: 1px 0 0 0;
    text-transform: uppercase;
}

#sidebar ul {
    line-height: 19px;
    padding: 7px 0 21px 6px;
}
#sidebar li:first-child {padding: 0;}
#sidebar li {padding: 11px 0 0;}
#sidebar li a {
    text-decoration: none;
    font-size: 16px;
    color: #898989;
}



#sidebar li a:hover {
    text-decoration: underline;
}

#sidebar .widget-banner a {
    margin: 0 0 12px 0;
    display: block;
}
#sidebar .widget {margin: 0 0 10px;}

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

#footer {
    clear: both;
    overflow: hidden;
}

#footer .top-line {
    height: 102px;
    background-color: #8c8c8c;
    margin: 0 0 -102px 0;
    box-shadow: inset 0 0 24px rgba(99,99,99,.3);
}

#footer .follow {
    width: 350px;
    float: left;
    padding: 0 0 27px 0;
}

#footer .ico width {
    margin: 11px auto;
    display: block;
    padding: 0 0 0 13px;
    max-width: none;
}

#footer .ico img {
    margin: 11px auto;
    display: block;
    padding: 0 0 0 13px;
    max-width: none;
}

#footer .follow section {
    padding: 19px 0 0 0;
    overflow: hidden;
}

#footer .follow article {
    width: 320px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 19px 0;
    font-weight: bold;
}

#footer .follow .pic {
    float: left;
    margin: 6px 20px 0 0;
}

#footer .follow .info {
    overflow: hidden;
}

#footer .follow .date {
    font-size: 11px;
    line-height: 16px;
    color: #7d7d7d;
    font-weight: normal;
}

#footer .subscribe {
    width: 638px;
    float: right;
    padding: 0 300px 29px 0;
}

#footer .subscribe .holder {
    margin: 8px 0 0 0;
    overflow: hidden;
    float: left;
    padding: 0 0 0 38px;
    border-left: 1px solid #acacac;
}

#footer .subscribe h3 {
    color: #3f4347;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 0 0;
}

#footer .subscribe .note {
    color: #0475bc;
    font-size: 12px;
    line-height: 10px;
    margin: 0 0 20px 0;
}

#footer form {
    width: 700px;
    overflow: hidden;
}

#footer fieldset {
    float: left;
    width: 260px;
    display: block;
    margin: 0 42px 0 0;
}

#footer fieldset label {
    font-size: 12px;
    line-height: 12px;
    display: block;
	padding: 5px 0 0 0;
}

#footer fieldset label span {
    color: #0475bc;
}

#footer fieldset input[type=text],
#footer fieldset input[type=email] {
    border: 1px solid rgba(63,67,72,.1);
    background-color: #fff;
    line-height: 28px;
    width: 237px;
    margin: 2px 0 5px 2px;
    box-shadow: inset 3px 0 7px rgba(0,0,0,.12);
}

#footer fieldset h4 {
    color: #3f4347;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: -2px 0 12px 0;
}

#footer fieldset .checkbox {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding: 0 0 11px 0;
}

#footer fieldset .checkbox span {
    font-size: 15px;
    font-weight: bold;
    color: #3f4348;
    line-height: 16px;
}

#footer fieldset input[type=checkbox] {
    float: left;
    margin: 2px 8px 0 0;
}

#footer fieldset .btn {
    margin: 7px 0 0 0;
}

#footer .copy-line {
    clear: both;
    background: #323539;
    height: 49px;
    line-height: 51px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
}
.search-within input[type=text],
.search-within {
    margin: 5px 5px 0 0;
}
.search-within {
    margin: 5px 5px 0 0;
    border: 1px solid #bbbbbe;
    float: left;
}
.search-holder {
    overflow: hidden;
}
.search-holder label {
    float: left;
    line-height: 14px;
    margin: 24px 0 0;
}
.result-holder {
    width: 100%;
    padding: 12px 0 65px;
}
.result-holder h2 {
    font-size: 24px;
    line-height: 26px;
    font-style: italic;
    color: #2a9a2a;
    margin: 0 0 36px;
}
.result-info {
    line-height: 23px;
    border-bottom: 2px solid #EBEAEB;
    padding: 0 0 20px 30px;
    margin: 0 0 28px -30px;
}
.result-info .img{
	float: left;
	width: 13.5%;
	margin: 5px 1.5% 0 0;

}
.result-info .info{
	float: left;
	width: 84%;
}
.result-info h2 {
    font-size: 24px;
    line-height: 26px;
    font-style: italic;
    color: #898989;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.result-info .date {
    display: block;
    color: #898989;
    margin: 0 0 15px;
    font-size: 14px;
}
.result-info li {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0 2px 10px;
    position: relative;
}
.result-info li a{
    color:#333;
}
.paging {
    text-align: center;
    font-size: 18px;
    padding: 6px 0 0;
    margin: 0 0 69px;
    overflow: hidden;
    vertical-align: middle;
}
.paging span {
    display: inline-block;
    padding: 0 8px;
}
.paging ul {display: inline-block;}
.paging ul li {display: inline-block;}
.paging ul a {
    color: #898989;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 5px;
}
*+ html .paging span,
*+ html .paging ul li,
*+ html .paging ul,
*+ html .paging ul a {display: inline;}
.paging ul .active a:hover {text-decoration: none;}
.paging ul .active a {
    color: #fff;
    background: #2a9a2a;
}

.textwidget p{ padding: 0 0 10px 0; }


.comments h2 {
    background: #0475bc;
    padding: 0 24px;
    line-height: 29px;
    height: 29px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 25px 0;
}

.comments textarea,
.comments label {
    clear: left;
    float: left;
    padding: 0 0 3px 0;
}

.comments input[type=text] {
    width: 248px;
    clear: left;
    float: left;
    margin: 0 0 19px 0;
}

.comments textarea {
    width: 476px;
    padding: 5px 10px;
    line-height: 20px;
    height: 150px;
    margin-bottom: 17px;
}

.comments .btn {
    clear: both;
    float: left;
    margin: 0;
}

/* Respond */
#respond{
    padding:20px 0 20px 0;
    overflow:hidden;
}
.commentlist #respond{
    padding:0 0 20px 0;
}
#respond .comment-reply-title{
    margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
    font-size: 12px;
    font-weight: normal;
}
#commentform p{
    width:100%;
    overflow:hidden;
    padding: 0 0 10px;
    margin: 0;
}
#commentform p label{
    display: block;
    padding: 0 0 5px;
}
#commentform p textarea{
    width: 98%;
}

/* Comments*/
#comments{
    margin: 0 0 5px 0;
}
.commentlist{
    padding: 0;
    text-align: justify;
    line-height:1.6em;
}
.commentlist li.comment{
    margin: 15px 0 10px;
    padding: 15px;
    list-style: none;
    border:1px solid #ececec;
    background:#f6f6f5;

}
.commentlist li.alt{
    margin: 10px 0 0 0;
    background:#fff;
}
.commentlist li.comment ul li.comment{
    margin-right: 15px;
    margin-left: 10px;
}
.commentlist .entry-comment p{
    margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
    width:100%;
    line-height:1.5em;
}
.entry a{
    text-decoration:underline;
}
.entry a:hover{
    text-decoration:none;
}
.entry p{
    margin:0 0 15px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{}

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}
.entry table td, .entry table th{
    border: 1px solid #ccc;
    padding: 5px;
}
.entry table th{
    background: #eee;
}
/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
    max-width: 100%;
    height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
    float: left;
}
.ar{
    float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
    cursor: help;
}
.entry acronym, .entry abbr{
    border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
    margin: 15px 0 20px 0;
    padding:0 15px 0 40px;
    background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
    margin: 5px 0 0;
    display: block;
}
.center{
    text-align: center;
}
.hidden{
    display: none;
}
.entry pre, .entry code{
    font-family:mono-space,monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height:20px;
}
.entry code{
    padding:1px 20px 0 20px;
    background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
    border-top: 0;
    border-bottom: 0;
}
sup{
    position: relative;
    top: -5px;
}
sub{
    position: relative;
    top: 5px;
}
code br{
    display: none;
}
.last{
    margin-right:0 !important;
    clear:right;
}
.clear{
    clear: both;
    line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
    padding: 0 0 15px;
}


/* pagination */
.pagination{
    width:100%;
    overflow:hidden;
    padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}

@media screen and (max-width: 1288px) {

    .container {
        width: 100%;
        padding: 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #logo {
      width: 265px;
      height: 100px;
      margin: 45px 0 0 130px;
      background-size: 265px;
    }

    #header ul {
        float: right;
        margin: 0 -15px 0 0;
        padding: 0 0 0 0;
    }

    #header ul li {
        margin-left: -30px;
    }


    #header ul li a {
        margin-top: -24px;
    }

    #header ul li a:hover {
        margin-top: -14px;
    }

    #header ul li a img {
        width: 70%;
        max-width: none;
    }

    #menu {
        padding: 0;
        height: 40px;
        line-height: 40px;
    }

    #menu ul {
        float: left;
    }

    #menu li {
        float: left;
    }

    #menu a {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0;
        font-size: 13px;
    }

    #menu a:hover,
    #menu .current a {
        text-decoration: none;
        background: #41c0f0;
        position: relative;
    }

    #menu a:hover:after,
    #menu .current a:after {
        bottom: -2px;
    }

    #menu .search {
        width: 190px;
        margin: 4px 0 0 22px;
    }

    #menu .search input[type=text] {
        width: 130px;
    }

    #sidebar {
        width: 200px;
    }

    .comments textarea {
        width: 320px;
    }

    #footer .subscribe {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 0 27px 0;
    }

    #footer .follow {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

    #footer form {
        width: 100%;
    }

    #footer .follow article {
        width: auto;
        padding-right: 20px;
    }

    #footer fieldset {
        float: none;
        width: auto;
    }

    .stories .today .pic {
        width: 250px;
        margin-bottom: 20px;
    }

    .stories section article {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 20px;
    }

    .stories section .right {
        padding: 0 15px;
        border-left: none;
    }

    .posts-list article {
        width: 100%;
        height: auto !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .stories .today .info {
        overflow: visible;
    }

    .btn-holder {
        text-align: center;
    }

    .btn-holder .btn {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .main-holder {
        margin-right: 230px;
    }

    .stories ul {
        clear: both;
    }

}
@media screen and (max-width: 1200px) {
    .post-add .post-head { width: 130px;}
}
@media screen and (max-width: 1000px) {
    .post-add .post-head { float: none; width: auto;}
    .share-bottom {padding: 0 0 42px;}
}
@media screen and (min-width: 701px) {

    .menu-trigger {
        display: none;
    }
}

@media screen and (max-width: 700px) {

    body {
        min-width: 320px;
        overflow-x: hidden;
    }
    .paging span {display: none;}
    .container {
        padding: 0 10px;
    }

    #logo {
        width: 225px;
        height: 70px;
        margin: 15px 0 0 125px;
        background-size: 276px 40px;
        clear: both;
        float: left;
        background-size: 215px;
    }

    #header ul {
        width: 280px;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 0 20px;
    }

    .menu-trigger {
        color: #fff;
        font-family: "Arial";
        font-size: 16px;
        font-weight: bold;
        float: left;
        display: block;
        cursor: pointer;
    }

    #menu {
        margin: 0 0 15px 0;
        overflow: visible;
        position: relative;
        z-index: 999;
    }

    #menu ul {
        background: #8c8c8c;
        position: absolute;
        top: 40px;
        left: 0;
        width: 240px;
        display: none;
    }

    #menu li {
        float: none;
        border-bottom: 1px solid #2d2f32;
    }

    #menu a {
        line-height: 26px;
        padding: 0 26px;
        height: auto;
        font-size: 16px;
    }

    #menu a:hover,
    #menu .current a {
        text-decoration: none;
    }

    #menu a:hover:after,
    #menu .current a:after {
        display: none;
    }

    .main-content {
        margin: 0 0 48px 1px;
        padding: 20px 10px 0 10px;
    }

    .post-head {
        margin: 0 0 24px 0;
    }

    .post-head p {
        font-size: 12px;
    }

    .title h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .entry {
        font-size: 14px;
        line-height: 18px;
    }

    .comments textarea,
    .comments input[type=text] {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sidebar {
        width: 100%;
    }

    #footer .subscribe {
        width: 100%;
    }

    #footer .follow {
        width: 100%;
    }

    #footer .subscribe .holder {
        float: none;
        padding: 0;
        border-left: none;
    }

    #footer .ico {
        height: 102px;
        margin: 0 -10px;
        background-color: #6d7175;
        padding: 0 0 0 0;
        overflow: hidden;
        box-shadow: inset 0 0 24px rgba(99,99,99,.3);
    }

    .entry h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 5px 0;
    }

    .entry h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 24px 0 10px 0;
    }

    .post-head.lone {
        padding-left: 0;
        margin-left: 0;
    }

    .post-head.lone .info h3 {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
    }

    .main-holder {
        margin-right: 0;
    }

    .stories .today .pic {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0;
    }

    .stories .today .pic img {
        width: 100% !important;
        max-width: none;
    }

    .posts-list .info {
        overflow: visible;
    }

    .stories h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .stories .date {
        font-size: 18px;
        line-height: 20px;
    }

    .posts-list h2 {
        font-size: 20px;
        line-height: 22px;
    }

    #header ul li a:hover {
        margin-top: -24px;
    }
	.result-info .img{
		float: none;
		width: auto;
		margin: 0;

	}
	.result-info .info{
		float: none;
		width: 100%;
	}

}

img.dmb_ajax_loader{
    display: none;
    position: relative;
    float: none !important;
    margin: 0 auto;
    text-align: center;
}
.dmb_posts_wrapper .btn-holder{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.dmb_posts_wrapper .posts-list article{min-height: 305px !important;}

#sidebar .widget-tags  li{padding: 0px;}

#sidebar .widget-tags li a {
    color: #898989;
    font-size: 14px;
    text-decoration: underline;
}
#sidebar .widget-tags li a:hover {
    color: #898989;
    font-size: 14px;
    text-decoration: none;
}
.paging .wp-pagenavi .page{
    color: #898989;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 5px;
}

.paging .wp-pagenavi .current {
    background: none repeat scroll 0 0 #0475bc;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 10px;
}

.paging .wp-pagenavi .nextpostslink, .paging .wp-pagenavi .last, .paging .wp-pagenavi .first, .paging .wp-pagenavi .previouspostslink {
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 10px;
}
.commentlist .comment-meta{padding-bottom: 10px;}
.commentlist .comment-meta .fn  {padding-left: 10px;}
.crp_related ul {
    padding-left: 0px;
}
.crp_related ul li {
    list-style: none;
}
.crp_related ul li a:first-child{

}

.crp_related ul li a > img {
    margin-right: 12px;
}

/* Events
------------------------------------------------------------------------------*/
.events {
  background-color: #EBEBEB;
  padding: 20px;
}
.events h1 {
  font-size: 24px;
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.events h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}

.events h3 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
}

#events h2 a {
color: #fff;
}
#events h2 a:hover {
color: #0870b8;
}

.events-banner {
  background-color: #D8D8D8;
  padding: 50px;
  margin: 20px 0 0 0;
  /*background-image: url(http://ccbriefing.corporate-citizenship.com/wp-content/uploads/sites/2/2020/10/CC-Service-images-all-with-lens-smaller-Artboard-9-copyL-1.png);*/
  background: 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.events-banner a {
  color: #0870b8;
  text-decoration: underline;
}

#events a.button {
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 45px;
  border: 2px solid #fff;
  border-radius: 70px;
  background: rgba(0, 0, 0, .24);
  display: inline-block;
  padding: 0 30px;
  margin: 20px 0 0 0;
}

#events a.button:hover {
	opacity: .8;
}

/* Daily Briefing */
.entry h4 {
	/*font: 16px/24px Arial, Helvetica, sans-serif !important;*/
}

.entry p {
	font: 16px/24px Arial, Helvetica, sans-serif !important;
}

.entry table td tr td {
padding: 15px!important;
}
