
/* single post ========================= */

body.single-post h1 {
  font-size: 80px;
  line-height: 85px;
}

body.single-post h3 {
   font-size: 22px;
   text-transform: normal;
   line-height: 25px;
   font-weight: 400;
   display: inline-block;
   color: #ABCF15;
   margin-bottom: 10px;
}

body.single-post h2 em {
  margin-top: -1px;
  color: #ABCF15;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  font-size: 15px;
  font-style: normal;
}

@media screen and (max-width: 500px) {
  body.single-post h2 em {
    margin-top: 0px;
  }

}

body.single-post .content-area h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ABCF15;
  font-size: 14px;
}

body.single-post a { font-weight: inherit; }

body.single-post .content-area h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 50px;
}

body.single-post .entry-header {
   position: relative;
   min-height: 500px;
   overflow: hidden;
}

body.single-post .entry-header img { width: 100%; }

body.single-post .site-content .wrap {
   max-width: 800px;
}

body.single-post .entry-content { margin-top: 50px; }
body.single-post .entry-content .wrap > p:first-of-type {
    font-size: 1.6em;
    line-height: 1.5em;
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 15px;
  font-weight: 100 !important;
}

body.single-post em {
  font-weight: 400;
}

body.single-post .entry-content li {
  padding-left: 5px;
  padding-bottom: 10px;
  font-weight: 100 !important;
}

body.single-post .site-content p { margin-top: 5px; }

body.single-post q:before,
body.single-post q:after { display: none; }

body.single-post .up-singlemeta {
	position: absolute;
    z-index: 8;
    bottom: 7px;
    text-align: center;
    width: 100%;
    padding: 20% 10%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
    padding-bottom: 50px;
    color: #fff;
}

.dpp-postslider-catlink {
	background-color: #1eb5cf;
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 70px;
    font-weight: 900;
    display: inline-block;
}


.up-category {
	background-color: #27b5d0;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 2px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .8em;
}

body.single-post ul.showlist {
   list-style: disc;
   margin-left: 20px;
   margin-bottom: 20px;
   padding-left: 0;
   margin-top: 10px;
}

body.single-post ol.showlist {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
}

body.single-post ol.showlist li {
    margin-top: 10px;
}

body.single-post ol.showlist ul li {
    margin-top: 0;
}

body.single-post .moment-daysago {
	color: #fff;
    font-weight: 100;
    padding: 3px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: .8em;
    text-shadow: 1px 1px rgba(0,0,0,.5);
}
body.single-post .wp-video,
body.single-post .wp-video-shortcode {
   display: block;
   width: 100%;
   margin: 0 auto;
   padding: 1em;
}


body.single-post .entry-title,
h1.dpp-postslider-title {
    color: #fff !important;
    font-weight: 100 !important;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    letter-spacing: -1.5px !important;
    margin-top: 5px;
    margin-bottom: 15px;
}


body.single-post .post-content h2 { font-weight: 600 !important;}

body.single-post .post-content > p:first-of-type {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #666;
	font-weight: 600 !important;
}

body.single-post .post-content > p:first-child .uplink { top: -8px; }

body.has-sidebar #content { width: 100% !important; margin-bottom: 0;}

body.single-post .entry-content b { font-weight: 400; color: #555;  }


body.single-post .floatimg {
	width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    border: solid 1px #eee;
    border-radius: 5px;
}

body.single-post .floatimg--150 {
	width: 150px;
}

.dpp-featured-container { padding: 3em; }

@media screen and (max-width:60em) {
   .dpp-featured-container { padding: 1.5em; }
}

.dpp-grid-container { padding: 1em; background-color: #f2f2f2; }


/* quote =============================== */

.upquote {
   width: 40%;
    color: #ABCF15;
    font-size: 22px;
    font-style: italic;
    /* font-family: "Raleway"; */
    font-weight: 400;
    margin-bottom: 1.2rem;
    line-height: 1.4em;
    display: block;
    border-left: solid 5px #ABCF15;
    padding-left: 13px;
    border-radius: 15px;
}

.upquote.right {
	float: right;
    margin-right: -10%;
    margin-left: 4%;
    margin-top: 1em;
}

.upquote.left {
	float: left;
    margin-left: -10%;
    margin-right: 4%;
    margin-top: 1em;
}

.upquote.full,
.upquote.center {
	width: 100%;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}

.upquote b {
    font-weight: 900;
    padding-right: 2px;
    padding-left: 0px;
    color: #9D8F0E !important;
    display: none;
}

.upquote span {
	display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
    margin-top: 10px;
    line-height: 22px;
}

.upquote strong { color: #E6DC0B; }

.upquote-share {
	text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    background-color: rgba(255,255,255,.9);
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 0px;
    position: relative;
    top: 5px;
    display: block;
    width: 100px;
    display: none;
}

blockquote {
   border-left: solid 5px #9D8F0E;
   margin-left: 0 !important;
   padding-left: 20px;
   font-style: italic;
}

.upquote.green {
	background-color: #AABF16;
	color: #fff !important;
	padding: 20px;
	border-color: hsl(67, 79%, 32%);
}

.upquote.red {
	padding: 20px;
	color: #fff !important;
	background-color: #E13944;
	border-color: hsl(356, 74%, 35%);
}

.upquote.pink {
	padding: 20px;
	color: #fff !important;
	background-color: #F75A80;
	border-color: hsl(356, 74%, 35%);
}

.upquote.purple {
	padding: 20px;
	color: #fff !important;
	background-color: #64253A;
	border-color: hsl(340, 46%, 47%);
}
.upquote.purple span { color: #aaa; }

.upquote.orange {
	padding: 20px;
	color: #fff !important;
	background-color: hsl(12, 100%, 55%);
	border-color: hsl(12, 100%, 35%);
}




/* link ================================ */

.uplink {
    color: #27b5d0;
    line-height: 22px;
    top: -3px;
    margin: 0 1px;
}

/* upmimi =============================== */

.upmimi {
	background-color: #f7f7f7;
    padding: 10px 20px;
    margin: 30px 0;
    border: solid 1px #f3f3f3;
    border-radius: 3px;
}

.upmimi-copy {
	font-weight: 700;
	font-size: 19px;
    line-height: 1.5em;
    position: relative;
}

.upmimi-copy, .upmimi form {
	width: 50%;
	display: inline-block;
}

.upmimi input[type="submit"] {
    background-color: #1FC3DF;
    padding: 5px 20px;
    margin-left: 20px;
    margin-top: 10px;
    min-width: auto;
}

.upmimi h6 { display: none; }
.upmimi .upbutton.disabled { padding-left: 0; }

.upmimi .mimi_field {
   float: left;
   width: 60%;
}

.upmimi .mimi_field.mimi_submit { width: 40%; }

.upmimi #signup_email {
   padding: 4px;
   margin-top: 10px;
   font-size: .9em;
   width: 100%;
}


/* upquestion =========================== */

.upquestion {
	font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0 5px 0;
    line-height: 1.5em;
}

.upquestion i {
	margin-right: 7px;
    font-size: 1.3em;
    position: relative;
    top: 2px;
    color: #ABCF15;
}



/* end ================================== */

.upend img {
	height: 15px;
    position: relative;
    top: 7px;
    left: 2px;
    display: none;
}

.upend:before { display: none; }
.upend:after { display: none; }


/* footer ============================= */

.upfooter {
	font-style: italic;
    margin-top: 35px;
    border-top: dotted 1px #ddd;
    padding-top: 10px;
    font-size: .8em;
    line-height: 1.7em;
    color: #999;
    clear: both;
}

@media (max-width: 768px) {
  .upfooter { margin-top: 0; }
}



.upfooter a:before { display: none; }
.upfooter a:after { display: none; }
.upfooter a:hover { color: #27b5d0; }

.upfooter a { color: #27b5d0 !important; top: 1px; }

.upfooter img {
	width: 50%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.upfooter .upfooter-sideimg {
	width: 20%;
    float: left;
    margin: 0 2% 30px 0;
    margin-right: 2%;
}

.upfooter.top {
	border-bottom: dotted 1px #ddd;
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}


/* upcta ================================ */

.upcta {
	background-color: #f9f9f9;
    margin-bottom: 20px;
    border: solid 1px #f4f4f4;
    padding: 15px 25px;
    display: table;
    width: 100%;
    min-height: 70px;
}

.upcta .upcta-content {
	width: 70%;
    font-weight: 700;
    color: #999;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
}

.upcta .upbutton {
	width: 30%;
    text-align: center;
    float: right;
}

.upcta p { margin: 0; padding: 0; display: table-cell; vertical-align: middle; }



/* dark style */

.upcta.dark {
	padding: 15px;
}

.upcta.dark .upcta-content {
	width: 100%;
	text-align: center;
	display: block;
	padding-bottom: 0;
	padding: 1em;
	color: #444;
   font-size: 1.1em;
}

.upcta.dark p { display: block; }

.upcta.dark .upbutton {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;

}

.upcta.has-image { background-color: #fff; }
.upcta.has-image .upcta-content { padding-left: 20px; width: 65%; }
.upcta.has-image .upcta-image { width: 20%;	}
.upcta.has-image p { width: 20%; }

@media (max-width: 500px) {
	.upcta.has-image .upcta-content,
	.upcta.has-image .upcta-image,
	.upcta.has-image p { width: 100% !important; display: block; }
}


/* uptip */

.uptip {
    border: solid 1px #f4f4f4;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: .85em;
    background-color: #fafafa;
    color: #222 !important;
}

.uptip b {
	color: #a1c932 !important;
	text-transform: uppercase;
    font-weight: bold !important;
}



/* video ================================ */

.upvideo-wrapper {
	position: relative;
	padding-bottom: 55.25%; /* 16:9 */
	margin-top: 25px;
	height: 0;
	margin-top: 25px;
	border: solid 6px #eee;
    border-radius: 3px;
    margin-bottom: 20px;
}
.upvideo-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* button =============================== */

.upbutton,
.tg-ajax-button span {
	border: none;
    background-color: #27b5d0;
    color: #fff !important;

    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 4px !important;
    font-size: 17px;
}

.upbutton.disabled {
	background-color: transparent;
    color: #27b5d0 !important;
}

.upbutton:hover {
	opacity: .9;
}

.upbutton.incopy {
	padding: 12px 25px;
    display: inline;
    background-color: #ABCF15;
    width: 100%;
}


/* kirow =============================== */

.kirow {
   margin: 20px 0;
}

.kirow .kirow-item {
	display: inline-block;
	padding: 10px;
}

.kirow.kirow-2 .kirow-item { width: 49.5%; }
.kirow.kirow-3 .kirow-item { width: 32%; }
.kirow.kirow-4 .kirow-item { width: 24%; }
.kirow.kirow-5 .kirow-item { width: 19%; }
.kirow.kirow-6 .kirow-item { width: 15%; }

.kirow-caption {
	font-size: .6em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ccc;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -10px;
}

.kirow-tight {
	margin-top: 0;
	margin-bottom: 0;
}

.kirow-tight .kirow-item { padding-bottom: 0; }

.kirow-tight .kirow-caption { display: none; }

.kirow-item .uptweet {
	width: 100% !important;
	float: none !important;
    margin: 0 !important;
}
.kirowtweets .kirow-caption { display: none; }
.kirowtweets .kirow-item { vertical-align: top; }


/* upslideshow ========================== */

.upslideshow { margin-top: 25px; margin-bottom: 10px; }

.upslideshow li h1 {
	margin-bottom: 5px;
	margin-top: 15px;
}

.upslideshow li .upslide-meta {
	margin-bottom: 10px;
}

@media (min-width: 800px) {

	.upslideshow.side img {
		float: left;
		width: 50%;
	}

	.upslideshow.side li .upslide-meta {
		float: left;
		width: 50%;
		margin-bottom: 0;
		padding-left: 20px;
	}

	.upslideshow.side li .upslide-meta h1 {
		font-size: 2em;
		margin-top: 0;
      line-height: 1.1em;
	}

}


/* uplist =============================== */

.entry-content .wrap > .uplist { margin-top: 0 !important; } /* blog summary */

.uplist {
	background-color: #fafafa;
    padding: 25px 30px 30px 30px;
    border-radius: 2px;
    border: solid 1px #f4f4f4;
    margin-bottom: 40px;
}

.uplist ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
   margin-bottom: 0;
   margin-top: 20px;
}

.uplist .uplist-title {
	text-align: left;
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #ABCF15;
    margin-bottom: 20px;
}

.uplist .uplist-desc {
	font-style: italic;
	opacity: .6
}

.uplist .button {
	margin-top: 20px;
	font-weight: bold;
	font-size: .9em !important;
}

.uplist br { display: none; }

.uplist li {
	font-weight: 300;
	padding-bottom: 1px !important;
}

.uplist i {
   color: #27b5d0;
   float: left;
   position: relative;
   top: 2px;
   font-size: 1.4em;
}

.uplist p {
	padding-left: 25px;
	margin-bottom: 5px;
}

.uplist img { margin-bottom: 20px;  }

.uplist.compare {
	float: left;
	width: 48%;
	margin-right: 10px;
	background-color: #fff;
	padding-top: 0;
	border: none;
	margin-top: 0 !important;
}

.uplist.half {
	width: 53%;
}


/* upinfo =============================== */

.upinfo {
  color: #fff !important;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
}

.upinfo b {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-weight: 900 !important;
}

.upinfo i {
  margin-right: 5px;
  font-size: 1.5em;
  position: relative;
  top: 2px;
}

.upinfo.upinfo--blue { background-color: #1eb5cf; }
.upinfo.upinfo--red { background-color: #ee3c42; }
.upinfo.upinfo--green { background-color: #1ecd6e; }
.upinfo.upinfo--orange { background-color: #FBB532; }
.upinfo.upinfo--yellow { background-color: #ffb700; }






/* uptm ================================= */

.uptm {
	font-size: .35em;
	vertical-align: super;
}


/* image ================================ */

.upimage-wrap {
	margin: 10px 0 35px;
	text-align: center;
}

.upimage { border-radius: 2px; cursor: pointer; }

.upimage-wrap span,
.upcaption {
	font-size: .6em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ccc;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.upimage-wrap.right span { text-align: center; }
.upimage-wrap.right {
	width: 50%;
	float: right;
    margin-right: -10%;
    margin-left: 5%;
    margin-bottom: 25px;
}

.upimage-wrap.left span { text-align: left; }
.upimage-wrap.left {
	width: 50%;
	float: left;
    margin-left: -10%;
    margin-right: 5%;
    margin-bottom: 25px;
}

.upimage-wrap.center span { text-align: center; }
.upimage-wrap.center {
	margin-top: 35px;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	display: table;
	width: 100%;
}

.upimage-wrap.full span { text-align: center; }
.upimage-wrap.full {
	margin-top: 35px;
	margin-left: -10%;
	margin-right: -10%;
	text-align: center;
}

.upimage-wrap.upimage--40 { width: 40%; }
.upimage-wrap.upimage--35 { width: 35%; }
.upimage-wrap.upimage--30 { width: 30%; }
.upimage-wrap.upimage--25 { width: 25%; }
.upimage-wrap.upimage--20 { width: 20%; }


/* upsteps =============================== */

.upsteps {

}

.upsteps ol {
	list-style-type: decimal;
	text-align: left;
	margin-left: 10px;
}

.upsteps ol li {
	font-size: .9em;
}

.upsteps ol li p {
	font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 9px;
    color: #444;
}





/* upgram =============================== */
.upgram {
	width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.upgram.left {
	width: 50%;
	float: left;
    margin-left: -10%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.upgram.right {
	width: 50%;
	float: right;
    margin-right: -10%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* upslider ============================= */
.upslider {
    margin-top: 0px;
    border-radius: 3px;
    max-height: 750px;
}

.upslider img {
	width: 100%;
}

.upcaption {
  position: absolute;
  bottom: -9px;
  text-align: center;
}


.unslider { margin-bottom: 20px; position: relative; }

.unslider .show b {
	font-size: 20px;
    position: relative;
    top: -4px;
    padding: 0px 8px;
    color: #27b5d0;
    font-weight: 100;
}

.unslider.left {
	width: 50%;
	float: left;
    margin-left: -10%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.unslider.right {
	width: 50%;
	float: right;
    margin-right: -10%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.unslider ul { padding-left: 0 !important; }

.unslider-arrow { bottom: 5px; }

.unslider.left .unslider-arrow,
.unslider.right .unslider-arrow { display: none; }

/* updiv ============================= */
.updiv {
	clear: both;
	width: 100%;
	height: 30px;
}

.updiv.updiv-graphic {
	border-bottom: solid 1px #eee;
    height: 20px;
    margin-bottom: 45px;
    margin-top: 25px;
}

.updiv-graphic img {
	margin: 0 auto;
    display: inherit;
    height: 20px;
    position: relative;
    top: 10px;
}

/* uptweet =========================== */
.uptweet {
	width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.uptweet.left {
	width: 60%;
	float: left;
    margin-left: -10%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.uptweet.right {
	width: 60%;
	float: right;
    margin-right: -10%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.uptweet.uptweet--40 { width: 40%; }
.uptweet.uptweet--35 { width: 35%; }
.uptweet.uptweet--30 { width: 30%; }



/* upimagelist ========================= */

.upimagelist { margin: 20px 0; }
.upimagelist ul {}
.upimagelist ul li {
	clear: both;
    border-bottom: dashed 1px #eee;
    float: left;
    width: 100%;
    margin-bottom: 9px;
    min-height: 120px;
}

.upimagelist ul li:first-child { border-top: dashed 1px #eee; padding-top: 10px; }
.upimagelist ul li:last-child { border-bottom: none; }


.upimagelist ul li img {
	max-width: 120px;
    float: left;
    margin-bottom: 10px;
    border: solid 2px #ddd;
    border-radius: 3px;
    margin-right: 14px;
}

.upimagelist li .upslide-meta {

}
.upimagelist li .upslide-meta h1 {
	font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}








/* responsive ========================== */

@media (max-width: 1100px) {

	.upwards-grid-container {
		padding: 0 2% !important;
	}

}

@media (max-width: 1050px) {

	.upitem.left { margin-left: 0; margin-top: 0; }
	.upitem.right { margin-right: 0; margin-top: 0; }
	.upitem.full { margin-left: 0; margin-right: 0; margin-top: 0; }

	.uplist.half { width: 45%; }

}


/* THE GRID =========================== */

body span.tg-filter-name  {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

    border-right: solid 1px rgba(0,0,0,.05);
    font-size: 16px !important;
}


.tg-filters-holder>div:last-child span { border-right: none !important; }

body .tg-layout-masonry .tg-item-media-holder {  }
body .tg-kampala-custom .tg-element-4 { font-size: 21px !important; margin-bottom: 0 !important; }
body .tg-kampala-custom .tg-element-4 a,
body .tg-kampala-custom .tg-element-5 a { display: inline-block; hyphens: initial; }
body .tg-kampala-custom .tg-element-8 { margin-top: 0 !important; }
body .tg-kampala-custom .tg-element-8:before {}

body .tg-kampala-custom .tg-item-excerpt.tg-element-5,
body .tg-kampala-custom .tg-item-excerpt.tg-element-5 a:hover {
	color: #666 !important;
	font-weight: 100 !important;
	opacity: 1 !important;
}


body .tg-kampala-custom .tg-element-1:before {
	content: '\f05b';
	font-family: "3doodlerPhoenix";
	padding-right: 3px;
}

.tg-kampala-custom .tg-item-inner {
	transition: box-shadow .3s ease-out;
	box-shadow: -8px #000;
}

.tg-kampala-custom .tg-item-inner:hover {
	transition: box-shadow .3s ease-out;
	box-shadow: -8px #000;
}


.flex-direction-nav,
.flex-control-nav { display: none !important; }



/* responsive ========================== */

@media (max-width: 1100px) {

	.upwards-grid-container {
		padding: 0 2% !important;
	}

   body.single-post .entry-title {
       font-size: 53px;
       line-height: 57px;
       margin-bottom: 12px;
   }

}

@media (max-width: 1050px) {

	.upitem.left { margin-left: 0; margin-top: 0; }
	.upitem.right { margin-right: 0; margin-top: 0; }
	.upitem.full { margin-left: 0; margin-right: 0; margin-top: 0; }

	.uplist.half { width: 45%; }

}


@media (max-width: 800px) {

   body.single-post .entry-content { margin-top: 20px; }
   body.single-post .content-area h2 { margin-top: 30px; }

	 header.fusion-header-wrapper {
    	position: relative;
		  height: 86px;
	}

	body .fusion-header-v6 .fusion-header-v6-content {
		width: 100%;
		height: auto;
	}

	body .fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons {
		font-size: 17px !important;
		width: 40%;
		float: right;
		clear: none;
		margin-top: 24px;
		background-color: #fff;
		color: #27b5d0;
	}

	div.dpp-featured-column { width: 100%; float: none; }
	div.dpp-featured-column:first-child { margin-bottom: 20px; }
	.upwards-featured-container { padding-top: 20px !important; padding-bottom: 20px !important; }

	div.dpp-featured-column .dpp-featured-meta { min-width: auto; }

	body .fusion-header-v6 .fusion-flyout-menu-bg {
		position: absolute;
		height: 100% !important;
		width: 100%;
		top: 81px !important;
	}

	body .fusion-header-v6 .fusion-header { bottom: 0; }
	body .fusion-header-v6 .fusion-header .fusion-row { position: static; }
	body .fusion-header-v6 .fusion-flyout-menu .fusion-menu { text-align: center; }
	body .fusion-header-v6 .fusion-flyout-menu .fusion-flyout-menu-section { width: 100%; text-align: center; }

	body .fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-toggle,
	body .fusion-header-v6.fusion-flyout-search-active .fusion-flyout-search-toggle { color: #fff !important; padding: 0 8px !important; }

	body .fusion-header-v6 .fusion-flyout-menu,
	body .fusion-header-v6 .fusion-flyout-search { width: 100%; margin-top: 200px; }



	.upimage-wrap.left,
	.upimage-wrap.right { width: 40%; }


	.uplist.compare { width: 100%; float: none; }

	.post .post-content h2 {
		padding-top: 4px;
		margin-top: 15px;
		background-position-y: 3px;
	}

   body.single-post .entry-header { min-height: 0; }

	body.single-post .up-singlemeta {
		position: static;
		background: none;
		background-color: #000;
		padding: 25px 5% 20px 5%;
      margin-top: -7px;
	}

	body.single-post .entry-title {
		margin-bottom: 0;
		margin-top: 5px;
       font-size: 35px;
       line-height: 41px;
       margin-bottom: 12px;
	}

	.fusion-footer .fusion-columns > div:nth-child(2) { padding-top: 1px; }
	.fusion-columns .fusion-column:not(.fusion-column-last) { margin: 0 0 30px !important; }
	.fusion-footer-widget-area { padding-top: 30px !important; }

	.fusion-archive-description,
	.search-page-search-form-top { margin-top: 0; }

	body.archive #main { padding-top: 30px; }

	.uplist.half { width: 100%; }

}


@media (max-width: 650px) {
	.fusion-sharing-box .fusion-social-networks,
	.fusion-social-networks .fusion-social-networks-wrapper { text-align: center !important; }
	#wrapper .share-box h4 { margin: 8px 0 !important; }
}

@media (min-width: 600px) {

	body.single-post .post-content > p:first-of-type:first-letter {
		font-size: 3.5em;
		line-height: .75em;
		float: left;
		font-weight: 100;
		display: block;
		padding: 13px 10px 0 0;
	}
}

@media (max-width: 600px) {

	html, body {
		-webkit-overflow-scrolling : touch !important;
		height: 100% !important;
	}

  body.single-post .entry-header img { height: 150px; }

	section.dpp-postslider { height: 300px; }
	h1.dpp-postslider-title { font-size: 34px !important; line-height: 40px;  }
	div.dpp-postslider-wrap {
		position: absolute;
		bottom: 0;
		width: 100%;
		top: inherit;
	}

	body.single-post #main { padding-left: 5% !important; padding-right: 5% !important; }
   body.single-post .entry-header { margin-left: -5% !important; margin-right: -5% !important; }
	body .fusion-header-v6 .fusion-header { padding-left: 5%; padding-right: 0%; }

	body.single-post .entry-title {
      padding: 0 1%;
      font-size: 27px;
      line-height: 33px;

   }

	body.single-post .post-content > p:first-child {
		font-size: 1.2em;
	}

	.fusion-header-v6 .fusion-header-v6-content .fusion-logo { padding-left: 0; }
	body .fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons { width: 100px; margin-top: 18px; }

	.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
	.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
		font-size: 26px;
		width: 50px;
	}

	body.single-post .post-content { margin-top: 25px; }

	.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .menu-text { display: none; }

	body.single-post .upitem.left,
	body.single-post .upitem.right { width: 100% !important; }



	.upquote {
      font-size: 19px;
      line-height: 25px;
	}

	.fusion-copyright-notice span:nth-child(3) { border-left: none; }
	.fusion-copyright-notice span {
	    width: 100%;
	    display: block;
	    height: 22px;
    }
    .fusion-footer-copyright-area { padding-bottom: 25px !important; }

    .tg-filters-holder,
    .tg-kampala-custom .tg-element-5 { display: none !important; }
    .tg-kampala-custom .tg-element-1 { line-height: 20px !important; }
    .tg-kampala-custom div.tg-item-inner:hover { box-shadow: none !important; }
    .tg-kampala-custom div.tg-item-inner { border: solid 1px #ddd; }
    .tg-kampala-custom .tg-element-8 { margin-top: 0 !important; }

    .updiv { height: 10px; }
    .updiv-graphic {  }

	.upcta { padding-bottom: 20px; }
    .upcta .upcta-content,
    .upcta .upbutton { width: 100%; text-align: center; display: inline-block; }
    .upcta .upbutton { margin-top: 10px; }
    .upcta p { display: block; }

    .unslider.left,
    .unslider.right {
	    float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.kirow .kirow-item {
		width: 100% !important;
		padding: 10px 0 10px 0;
		display: block;
	}

   body.single-post .entry-content .wrap > p:first-of-type {
      font-size: 1em;
   }

   body.single-post .entry-content { margin-top: 30px; }

   body.single-post .uplist {
      margin-top: 10px !important;
      padding: 20px;
   }

   body.single-post .uplist ul { padding-left: 0; }

}

@media (max-width: 450px) {

	.fusion-header-v6 .fusion-header-v6-content .fusion-logo { width: 175px; margin-top: 5px; }

	body.single-post #main { }
	body.single-post .post-content > p:first-child {
		font-size: 1.1em;
		line-height: 1.7em;
		color: #444;
		font-weight: 600 !important;
	}

	body.single-post .post-content h2 { background-image: none; margin-bottom: 10px; padding-left: 0; }
	body.single-post .post-content { font-size: 90%; }

	body.single-post .up-singlemeta { padding-top: 20px; }

	.fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column-last { margin-bottom: 0; }
	#wrapper #main .related-posts .fusion-title h3 { padding: 0 !important; }

}
