a.shortcode.button {
text-decoration: none !important;
color: #333;
line-height: 110%;
padding: .5em 1em;
margin: .5em .2em .5em 0;
border: solid 1px #aaa;
background-color: #f5f5f5;
background-image: none;
vertical-align: middle;
display: inline-block;
text-shadow: 0 1px 0 rgba(255,255,255,.1);
border-radius: .3em;
box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.1);
-webkit-transition: background-color .3s, background-color .3s, border .3s, color .3s;
-moz-transition:  background-color .3s, background-color .3s, border .3s, color .3s;
-o-transition:  background-color .3s, background-color .3s, border .3s, color .3s;
transition:  background-color .3s, background-color .3s, border .3s, color .3s;
}
a.shortcode.button:hover {
text-decoration: none;
background-color: #fff;
} a.shortcode.button.yellow {
border-color: #f2bd00;
background-color: #ffe20b;
color: #000 !important;
}
a.shortcode.button.yellow:hover {
background-color: #fff21e;
}
a.shortcode.button.yellow.outline,
a.shortcode.button.yellow.outline:hover {
color: #ffe20b !important;
border-color: #ffe20b;
}
a.shortcode.button.yellow.outline:hover {
color: #000 !important;
background-color: #ffe20b;
}
a.shortcode.button.orange {
border-color: #b57400;
background-color: #f9800f;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.orange:hover {
background-color: #ff9a22;
}
a.shortcode.button.orange.outline,
a.shortcode.button.orange.outline:hover {
color: #f9800f !important;
border-color: #f9800f;
}
a.shortcode.button.orange.outline:hover {
color: #fff !important;
background-color: #f9800f;
}
a.shortcode.button.blue {
border-color: #0087b5;
background-color: #49b3fc;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.blue:hover {
background-color: #76c7ff;
}
a.shortcode.button.blue.outline,
a.shortcode.button.blue.outline:hover {
color: #49b3fc !important;
border-color: #49b3fc;
}
a.shortcode.button.blue.outline:hover {
color: #fff !important;
background-color: #49b3fc;
}
a.shortcode.button.green {
border-color: #5a881d;
background-color: #76ab3b;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.green:hover {
background-color: #90c356;
}
a.shortcode.button.green.outline,
a.shortcode.button.green.outline:hover {
color: #76ab3b !important;
border-color: #76ab3b;
}
a.shortcode.button.green.outline:hover {
color: #fff !important;
background-color: #76ab3b;
}
a.shortcode.button.red {
border-color: #b00704;
background-color: #e41d24;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.red:hover {
background-color: #fb4e55;
}
a.shortcode.button.red.outline,
a.shortcode.button.red.outline:hover {
color: #e41d24 !important;
border-color: #e41d24;
}
a.shortcode.button.red.outline:hover {
color: #fff !important;
background-color: #e41d24;
}
a.shortcode.button.black {
border-color: #000000;
background-color: #111;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}
a.shortcode.button.black:hover {
background-color: #000;
}
a.shortcode.button.black.outline,
a.shortcode.button.black.outline:hover {
color: #000 !important;
border-color: #000;
}
a.shortcode.button.black.outline:hover {
color: #fff !important;
background-color: #000;
}
a.shortcode.button.purple {
border-color: #400a5c;
background-color: #7933ac;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
a.shortcode.button.purple:hover {
background-color: #9655c6;
}
a.shortcode.button.purple.outline,
a.shortcode.button.purple.outline:hover {
color: #7933ac !important;
border-color: #7933ac;
}
a.shortcode.button.purple.outline:hover {
color: #fff !important;
background-color: #7933ac;
}
a.shortcode.button.gray {
border-color: #767676;
background-color: #888888;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.gray:hover {
background-color: #adadad;
}
a.shortcode.button.gray.outline,
a.shortcode.button.gray.outline:hover {
color: #888888 !important;
border-color: #888888;
}
a.shortcode.button.gray.outline:hover {
color: #fff !important;
background-color: #888888;
} a.shortcode.button.white,
a.shortcode.button.white:hover {
color: #000 !important;
border-color: #eee;
background-color: #fff;
}
a.shortcode.button.white.outline,
a.shortcode.button.white.outline:hover {
color: #fff !important;
border-color: #fff;
}
a.shortcode.button.white.outline:hover {
color: #000 !important;
background-color: #fff;
}
a.shortcode.button.light-yellow {
border-color: #d5d28a;
background-color: #fef8a5;
}
a.shortcode.button.light-yellow:hover {
background-color: #fefcdf;
}
a.shortcode.button.light-yellow.outline,
a.shortcode.button.light-yellow.outline:hover {
color: #fef8a5 !important;
border-color: #fef8a5;
}
a.shortcode.button.light-yellow.outline:hover {
color: #000 !important;
background-color: #fef8a5;
}
a.shortcode.button.light-blue {
border-color: #a4cad9;
background-color: #c5efff;
}
a.shortcode.button.light-blue:hover {
background-color: #e9f9ff;
}
a.shortcode.button.light-blue.outline,
a.shortcode.button.light-blue.outline:hover {
color: #c5efff !important;
border-color: #c5efff;
}
a.shortcode.button.light-blue.outline:hover {
color: #000 !important;
background-color: #c5efff;
}
a.shortcode.button.light-green {
border-color: #bed49a;
background-color: #ebf8d6;
}
a.shortcode.button.light-green:hover {
background-color: #f9fff0;
}
a.shortcode.button.light-green.outline,
a.shortcode.button.light-green.outline:hover {
color: #ebf8d6 !important;
border-color: #ebf8d6;
}
a.shortcode.button.light-green.outline:hover {
color: #000 !important;
background-color: #ebf8d6;
}
a.shortcode.button.pink {
border-color: #e6adc6;
background-color: #facde1;
}
a.shortcode.button.pink:hover {
background-color: #fdecf3;
}
a.shortcode.button.pink.outline,
a.shortcode.button.pink.outline:hover {
color: #facde1 !important;
border-color: #facde1;
}
a.shortcode.button.pink.outline:hover {
color: #000 !important;
background-color: #facde1;
}
a.shortcode.button.lavender {
border-color: #ccb7e1;
background-color: #ecd9ff;
}
a.shortcode.button.lavender:hover {
background-color: #f7f0fe;
}
a.shortcode.button.lavender.outline,
a.shortcode.button.lavender.outline:hover {
color: #ecd9ff !important;
border-color: #ecd9ff;
}
a.shortcode.button.lavender.outline:hover {
color: #000 !important;
background-color: #ecd9ff;
} a.shortcode.button.gradient {
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
} a.shortcode.button.flat {
background-image: none;
box-shadow: none;
border: none;
text-shadow: none;
} a.shortcode.button.outline {
border-style: solid;
border-width: 1px;
color: inherit;
}
a.shortcode.button.outline,
a.shortcode.button.outline:hover {
background: none;
box-shadow: none;
text-shadow: none;
} a.shortcode.button.small {
font-size: 80%;
font-weight: normal;
}
a.shortcode.button.large {
font-size: 120%;
font-weight: bold;
}
a.shortcode.button.xlarge {
font-size: 150%;
font-weight: bold;
}
@media screen and (max-width: 600px) {
a.shortcode.button.large {
font-size: 115%;
font-weight: bold;
}
a.shortcode.button.xlarge {
font-size: 125%;
}
} a.shortcode.button.rect {
border-radius: 0;
}
a.shortcode.button.rounded {
border-radius: 20em;
} a.shortcode.button.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.small,
a.shortcode.button.small.embossed {
box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.large,
a.shortcode.button.large.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
}
a.shortcode.button.embossed.xlarge,
a.shortcode.button.xlarge.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
}
a.shortcode.button.block {
display: block;
text-align: center;
} a.shortcode.button[class^="fa-"]:before,
a.shortcode.button[class*=" fa-"]:before {
width: 1em;
background: none;
font-size: inherit;
text-align: center;
margin: 0 .5em 0 -.5em;
} .shortcode.button:active {
position: relative;
top: 1px;
} .shortcode.hr {
height: 1px;
border: none;
border-top: solid 1px #ccc;
clear: both;
}
.shortcode.hr.red {
border-color: #F30;
}
.shortcode.hr.blue {
border-color: #69F;
}
.shortcode.hr.pink {
border-color: #F9C;
}
.shortcode.hr.light-gray {
border-color: #ddd;
}
.shortcode.hr.dark-gray {
border-color: #999;
}
.shortcode.hr.black {
border-color: #000;
}
.shortcode.hr.yellow {
border-color: #FF0;
}
.shortcode.hr.orange {
border-color: #F90;
}
.shortcode.hr.white {
border-color: #fff;
} .shortcode.col4-1,
.shortcode.col4-2,
.shortcode.col4-3,
.shortcode.col3-1,
.shortcode.col3-2,
.shortcode.col2-1
{
margin-left: 3.2%;
float: left;
}
.shortcode.col4-1 {
width: 22.6%;
}
.shortcode.col4-2,
.shortcode.col2-1 {
width: 48.4%;
}
.shortcode.col4-3 {
width: 74.2%;
}
.shortcode.col3-1 {
width: 31.2%;
}
.shortcode.col3-2 {
width: 65.6%;
}
.shortcode.col.first,
.shortcode.col4-1.first,
.shortcode.col4-2.first,
.shortcode.col4-3.first,
.shortcode.col3-1.first,
.shortcode.col3-2.first,
.shortcode.col2-1.first {
margin-left: 0;
clear: left;
} .shortcode.quote {
font-size: 1.1em;
line-height: 1.4em;
padding: .8em 2em 1em;
margin: 0 0 1.2em;
position: relative;
}
.shortcode.quote:before {
content: '\201C';
font-size: 3.3em;
position: absolute;
margin-left: -.7em;
margin-top: .2em;
} .shortcode.box {
background: #f6f6f6;
border: solid 1px #ddd;
padding: .5em 1em;
margin: 0 0 15px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
} .shortcode.box.blue {
background: #3cafff;
border-color: #2786cf;
color: #fff !important;
}
.shortcode.box.green {
background: #78ac3e;
border-color: #5e8127;
color: #fff !important;
}
.shortcode.box.red {
background: #ed1c24;
border-color: #b81e14;
color: #fff !important;
}
.shortcode.box.purple {
background: #722ea4;
border-color: #471e72;
color: #fff !important;
}
.shortcode.box.yellow {
background: #fff200;
border-color: #ffd200;
}
.shortcode.box.orange {
background: #f7941d;
border-color: #c56102;
color: #fff !important;
}
.shortcode.box.light-yellow {
background: #fffcd3;
border-color: #dedba3;
}
.shortcode.box.light-blue {
background: #d9f4fe;
border-color: #a4cfe0;
}
.shortcode.box.lavender {
background: #f2e6fe;
border-color: #d1bae9;
}
.shortcode.box.pink {
background: #ffe6f1;
border-color: #f0b6cf;
}
.shortcode.box.light-green {
background: #edf6df;
border-color: #b8cd97;
}
.shortcode.box.gray {
background: #9e9e9e;
border-color: #858585;
color: #fff !important;
}
.shortcode.box.black {
background: #111;
border-color: #000;
color: #fff !important;
} .shortcode.box.purple a,
.shortcode.box.orange a,
.shortcode.box.green a,
.shortcode.box.blue a,
.shortcode.box.black a,
.shortcode.box.gray a,
.shortcode.box.red a {
color: #fff !important;
} .shortcode.box.rounded {
border-radius: .5em;
} .shortcode.box.shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.1);
} .shortcode.box.announcement:before {
content: "\f0a1";
}
.shortcode.box.comment:before {
content: "\f0e5";
}
.shortcode.box.question:before {
content: "\f128";
}
.shortcode.box.upload:before {
content: "\f093";
}
.shortcode.box.download:before {
content: "\f019";
}
.shortcode.box.highlight:before {
content: "\f0eb";
}
.shortcode.box.map:before {
content: "\f041";
}
.shortcode.box.warning:before {
content: "\f071";
}
.shortcode.box.info:before {
content: "\f129";
}
.shortcode.box.note:before {
content: "\f040";
}
.shortcode.box.contact:before {
content: "\f0e0";
}
.shortcode.box.announcement:before,
.shortcode.box.comment:before,
.shortcode.box.question:before,
.shortcode.box.upload:before,
.shortcode.box.download:before,
.shortcode.box.highlight:before,
.shortcode.box.map:before,
.shortcode.box.warning:before,
.shortcode.box.info:before,
.shortcode.box.note:before,
.shortcode.box.contact:before,
.shortcode.box[class^="fa-"]:before,
.shortcode.box[class*=" fa-"]:before  {
width: 1em;
float: left;
background: none;
font-size: 3em;
text-align: center;
margin: 5px 20px 5px 0;
} .shortcode.box h1,
.shortcode.box h2,
.shortcode.box h3,
.shortcode.box h4,
.shortcode.box h5,
.shortcode.box h6 {
margin: .1em 0 .3em;
} .shortcode.author-box {
margin: 1em 0;
}
.shortcode.author-box p {
margin: 0 0 .5em;
}
.shortcode.author-box .author-avatar {
float: left;
margin: 0 1em .5em 0;
position: static;
}
.shortcode.author-box .author-avatar img {
border-radius: 5px;
}
.shortcode.author-box .author-name {
margin: .1em 0 .4em;
}
.shortcode.author-box .author-bio {
overflow: hidden;
margin: 0;
} .shortcode.author-box.blue {
background: #3cafff;
border-color: #2786cf;
}
.shortcode.author-box.green {
background: #78ac3e;
border-color: #5e8127;
}
.shortcode.author-box.red {
background: #ed1c24;
border-color: #b81e14;
}
.shortcode.author-box.purple {
background: #722ea4;
border-color: #471e72;
}
.shortcode.author-box.yellow {
background: #fff200;
border-color: #ffd200;
}
.shortcode.author-box.orange {
background: #f7941d;
border-color: #c56102;
}
.shortcode.author-box.light-yellow {
background: #fffcd3;
border-color: #dedba3;
}
.shortcode.author-box.light-blue {
background: #d9f4fe;
border-color: #a4cfe0;
}
.shortcode.author-box.lavender {
background: #f2e6fe;
border-color: #d1bae9;
}
.shortcode.author-box.pink {
background: #ffe6f1;
border-color: #f0b6cf;
}
.shortcode.author-box.light-green {
background: #edf6df;
border-color: #b8cd97;
}
.shortcode.author-box.gray {
background: #9e9e9e;
border-color: #858585;
}
.shortcode.author-box.black {
background: #111;
border-color: #000;
} .shortcode.author-box.green,
.shortcode.author-box.yellow,
.shortcode.author-box.light-yellow,
.shortcode.author-box.light-blue,
.shortcode.author-box.lavender,
.shortcode.author-box.pink,
.shortcode.author-box.light-green {
color: #333 !important;
padding: 1em;
} .shortcode.author-box.blue,
.shortcode.author-box.red,
.shortcode.author-box.purple,
.shortcode.author-box.orange,
.shortcode.author-box.gray,
.shortcode.author-box.black {
color: #fff !important;
padding: 1em;
} .shortcode.author-box.purple a,
.shortcode.author-box.orange a,
.shortcode.author-box.green a,
.shortcode.author-box.blue a,
.shortcode.author-box.black a,
.shortcode.author-box.gray a,
.shortcode.author-box.red a {
color: #fff !important;
}
.shortcode.author-box.yellow a,
.shortcode.author-box.light-yellow a,
.shortcode.author-box.light-blue a,
.shortcode.author-box.lavender a,
.shortcode.author-box.pink a,
.shortcode.author-box.light-green a {
color: #000 !important;
} .shortcode.author-box.rounded {
border-radius: 8px;
} .shortcode.author-box.shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.1);
} .shortcode .flickr_badge_image {
margin: .7em 0;
}
.shortcode .flickr_badge_image img {
margin-right: .7em;
margin-bottom: .7em;
float: left;
} .shortcode.map .map-container {
margin: 0 0 1em;
border: solid 1px #ccc;
} .shortcode.slider,
.shortcode.post-slider {
height: 0; visibility: hidden;
overflow: hidden;
margin: 0;
padding: 0;
display: block; } .shortcode.slider .post,
.shortcode.post-slider .post {
margin: 0;
padding: 0;
text-align: center;
} .shortcode.post-slider h1,
.shortcode.slider h1,
.shortcode.post-slider h2,
.shortcode.slider h2,
.shortcode.post-slider h3,
.shortcode.slider h3,
.shortcode.post-slider h4,
.shortcode.slider h4,
.shortcode.post-slider h5,
.shortcode.slider h5,
.shortcode.post-slider h6,
.shortcode.slider h6 {
margin: 0 0 .4em;
} .shortcode.post-slider .post-image {
margin: 0 0 .8em;
padding: 0;
float: none;
text-align: center;
max-width: 100%;
width: auto;
} .shortcode.post-slider .post-title {
margin: 0 0 .4em;
padding: 0;
font-size: 115%;
} .shortcode.post-slider .post-content {
font-size: 95%;
width: auto;
max-width: 100%;
} .shortcode.post-slider .carousel-wrap,
.shortcode.slider .carousel-wrap {
position: relative;
margin-bottom: .8em;
padding: 0;
} .shortcode.post-slider .slides,
.shortcode.slider .slides {
margin: 0;
padding: 0;
height: auto;
}
.shortcode.post-slider .slides > li,
.shortcode.slider .slides > li {
list-style: none !important;
margin: 0 10px 0 0;
padding: 0;
width: auto;
height: auto !important;
float: left;
text-align: center;
clear: none;
}
.slider.shortcode .post {
-webkit-animation-name: inherit !important;
animation-name: inherit !important;
}
.shortcode.post-slider .post-video,
.shortcode.slider .post-video {
padding-top: 0;
} .shortcode.post-slider .carousel-nav-wrap,
.shortcode.slider .carousel-nav-wrap {
text-align: center;
margin: 1em auto .7em;
border: none;
width: auto !important;
}
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
position: static;
display: inline-block !important;
font: 26px/100% Arial, Helvetica, sans-serif;
color: inherit;
line-height: 100%;
text-indent: 0;
text-decoration: none;
text-align: center;
vertical-align: middle;
height: 26px;
width: 26px;
overflow: hidden;
padding: 1px 5px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.shortcode.post-slider .carousel-nav-wrap .carousel-prev:before,
.shortcode.post-slider .carousel-nav-wrap .carousel-next:before,
.shortcode.slider .carousel-nav-wrap .carousel-prev:before,
.shortcode.slider .carousel-nav-wrap .carousel-next:before {
content: '\f104';
font-family: FontAwesome;
}
.shortcode.post-slider .carousel-nav-wrap .carousel-next:before,
.shortcode.slider .carousel-nav-wrap .carousel-next:before {
content: '\f105';
} .shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled,
.shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled {
opacity: 6;
cursor: default;
} .shortcode.post-slider .carousel-pager,
.shortcode.slider .carousel-pager {
clear: both;
text-align: center;
display: inline-block;
vertical-align: middle;
line-height: 100%;
width: auto;
margin-left: .3em;
}
.shortcode.post-slider .carousel-pager a,
.shortcode.slider .carousel-pager a {
line-height: 100%;
display: inline-block;
vertical-align: middle;
margin: 0;
cursor: pointer;
overflow: hidden;
padding: 2px;
font-size: 11px;
color: inherit;
}
.shortcode.post-slider .carousel-pager a span,
.shortcode.slider .carousel-pager a span {
visibility: hidden; }
.shortcode.post-slider .carousel-pager a:before,
.shortcode.slider .carousel-pager a:before {
content: '\f10c';
font-family: FontAwesome;
font-weight: bold;
display: inline-block;
vertical-align: middle;
opacity: .6;
}
.shortcode.post-slider .carousel-pager a:hover:before,
.shortcode.slider .carousel-pager a:hover:before {
opacity: 1;
}
.shortcode.post-slider .carousel-pager a.selected:before,
.shortcode.slider .carousel-pager a.selected:before {
content: '\f111';
font-size: 1.3em;
opacity: 1;	
} .shortcode.slider.effect-fade .caroufredsel_wrapper,
.shortcode.post-slider.effect-fade .caroufredsel_wrapper {
-moz-transition: height 0.5s ease-in-out;
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
} .rtl .shortcode.post-slider .carousel-nav-wrap .carousel-prev,
.rtl .shortcode.slider .carousel-nav-wrap .carousel-prev,
.rtl .shortcode.post-slider .carousel-nav-wrap .carousel-next,
.rtl .shortcode.slider .carousel-nav-wrap .carousel-next,
.rtl .module-slider .carousel-nav-wrap .carousel-prev,
.rtl .module-slider .carousel-nav-wrap .carousel-next {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
} .shortcode.twitter-list {
margin: 0 0 1.3em;
}
.shortcode.twitter-list ul {
margin: 0;
padding: 0;
}
.shortcode.twitter-list li {
margin: 0 0 1em;
padding: 0;
list-style: none;
}
.shortcode.twitter-list .twitter-timestamp a {
font-size: 85%;
color: inherit;
text-decoration: none;
}
.shortcode.twitter-list .follow-user {
margin: 0;
padding: .2em 0;
} .shortcode.themify-icon {
display: inline-block;
}
.themify-icon-link {
text-decoration: none !important;
border: none !important;
} .shortcode.themify-icon .themify-icon-label {
display: inline-block;
vertical-align: middle;
margin-left: .3em;
margin-right: .6em;
}
.shortcode.themify-icon .themify-icon-link:hover .themify-icon-label {
text-decoration: underline;
} .shortcode.themify-icon .themify-icon-icon {
display: inline-block;
vertical-align: middle;
width: 1em;
height: 1em;
padding: .5em;
font-size: 16px;
border-radius: 100%;
box-sizing: content-box;
position: relative;
}
.shortcode.themify-icon .themify-icon-icon::before {
margin: 0;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .shortcode.themify-icon.small .themify-icon-icon {
font-size: 12px;
}
.shortcode.themify-icon.large .themify-icon-icon {
font-size: 24px;
}
.shortcode.themify-icon.large .themify-icon-label {
font-size: 1.2em;
}
.shortcode.themify-icon.xlarge .themify-icon-icon {
width: 58px;
height: 58px;
padding: 0;
font-size: 36px;
}
.shortcode.themify-icon.xlarge .themify-icon-label {
font-size: 1.2em;
} .shortcode.themify-icon.rounded .themify-icon-icon {
border-radius: 5px;
}
.shortcode.themify-icon.squared .themify-icon-icon {
border-radius: 0;
} .shortcode.themify-list ul {
margin-left: 1.6em;
}
.shortcode.themify-list li {
list-style: none;
position: relative;
padding: 0;
margin-top: 0;
line-height: 1em; }
.shortcode.themify-list li .themify-icon i {
font-size: 1em;
}
.shortcode.themify-list li .themify-icon {
position: absolute;
top: -.5em; left: -2em;
}
.rtl .shortcode.themify-list ul {
margin-left: 0;
margin-right: 1.6em;
}
.rtl .shortcode.themify-list li .themify-icon {
left: auto;
right: -2em;
} a.shortcode.button[class^="fa-"]:before,
a.shortcode.button[class*=" fa-"]:before,
.shortcode.box.announcement:before,
.shortcode.box.comment:before,
.shortcode.box.question:before,
.shortcode.box.upload:before,
.shortcode.box.download:before,
.shortcode.box.highlight:before,
.shortcode.box.map:before,
.shortcode.box.warning:before,
.shortcode.box.info:before,
.shortcode.box.note:before,
.shortcode.box.contact:before,
.shortcode.box[class^="fa-"]:before,
.shortcode.box[class*=" fa-"]:before {
font-family: FontAwesome;
line-height: 1em;
font-style: normal;
font-weight: normal;
display: inline-block;
}
@media screen and (max-width: 680px) { .shortcode.col4-1,
.shortcode.col4-2,
.shortcode.col4-3,
.shortcode.col3-1,
.shortcode.col3-2,
.shortcode.col2-1 {
margin-left: 0;
width: 100%;
max-width: 100%;
}
}  .map img {
max-width: none !important;
}
.gmnoprint {
word-wrap: normal;
} .social-widget .widget {
display: inline-block;
margin: 0 2px 0 0;
}
.social-widget .widgettitle {
width: auto;
font-size: 1em;
margin: 5px 8px 2px 0;
padding: 0;
border: none;
display: inline-block;
}
.social-widget ul {
margin: 6px 0 0 !important;
padding: 0;
display: inline;
}
.social-widget li img {
vertical-align: middle;
}
.social-links.horizontal li {
display: inline-block;
margin: 0 5px 5px 0;
padding: 0;
list-style: none;
border: none;
}
.social-links.vertical li {
display: block;
margin: 0 0 5px 0;
padding: 0;
list-style: none;
border: none;
}
.widget .social-links {
padding: 0;
line-height: 1em;
}
.widget .social-link-item {
margin: 0 2px 2px 0;
padding: 0;
list-style: none;
}
.widget .social-links a,
.widget .social-links a:hover {
text-decoration: none;
}
.widget .social-links li img {
vertical-align: middle;
} .social-links li i {
line-height: 1em;
padding: 6px;
width: 20px;
height: 20px;
text-align: center;
vertical-align: middle;
border-radius: 100%;
display: inline-block;
}
.social-links .icon-small i {
font-size: 8px;
padding: 4px;
width: 8px;
height: 8px;
}
.social-links .icon-medium i {
font-size: 20px;
padding: 4px;
width: 20px;
height: 20px;
}
.social-links .icon-large i {
font-size: 28px;
padding: 6px;
width: 28px;
height: 28px;
} .social-links .icon-small img {
max-width: 16px;
max-height: 16px;
}
.social-links .icon-medium img {
max-width: 24px;
max-height: 24px;
}
.social-links .icon-large img {
max-width: 32px;
max-height: 32px;
} #sidebar .social-links.horizontal li,
#footer .social-links.horizontal li {
border: none;
display: inline-block;
}
#sidebar .social-links.vertical,
#footer .social-links.vertical {
display: block;
}
#sidebar .social-links.vertical li,
#footer .social-links.vertical li {
display: block;
margin: 0 0 .5em 0;
} .hook-location-hint {
padding: 2px 5px;
background: #FBFFCD;
border: solid 1px #CFD682;
margin: 2px 0;
display: block;
clear: both;
} .sub-arrow {
display: inline-block !important;
font-size: 1.2em;
cursor: pointer;
min-width: 32px;
min-height: 32px;
}
.sub-arrow:before {
font-family: "FontAwesome";
padding: 5px 10px;
}
.sub-arrow:before {
content: "\f107"; }
.sub-arrow.open:before {
content: "\f106"; }
.with-sub-arrow ul .sub-arrow:before {
content: "\f105"; }
.with-sub-arrow ul .sub-arrow.open:before {
content: "\f104"; }
.no-touch .sub-arrow {
display: none !important;
} .wp-video {
width: 100% !important;
max-width: 100% !important;
margin-bottom: 1em;
}
.mejs-container {
text-align: center !important;
max-width: 100%;
min-height: 100% !important;
} a.themify_lightbox,
.module-gallery a,
.gallery-icon,
.themify_lightboxed_images .post a[href$="jpg"],
.themify_lightboxed_images .post a[href$="gif"],
.themify_lightboxed_images .post a[href$="png"],
.themify_lightboxed_images .post a[href$="JPG"],
.themify_lightboxed_images .post a[href$="GIF"],
.themify_lightboxed_images .post a[href$="PNG"],
.themify_lightboxed_images .post a[href$="jpeg"],
.themify_lightboxed_images .post a[href$="JPEG"]{
cursor: not-allowed;
}
.themify_lightbox_loaded a.themify_lightbox,
.themify_lightbox_loaded .module-gallery a,
.themify_lightbox_loaded .gallery-icon{
cursor: auto;
} iframe {
border:none;
} a:focus {
outline: 1px dotted rgba(150, 150, 150, 0.7);
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .post-image .themify_lightbox {
position: relative;
display: block;
max-width: 100%;
}
.post-image .themify_lightbox .zoom {
width: 35px;
height: 35px;
background: rgba(0,0,0,.3);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border-radius: 100%;
}
.post-image .themify_lightbox .zoom:after {
content: "\f002";
font-family: FontAwesome;
vertical-align: middle;
color: #fff;
line-height: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.post-image .themify_lightbox:hover .zoom {
background: rgba(0,0,0,.6);
}html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
margin: 0;
padding: 0;
}
img, fieldset {
border: 0;
} img {
max-width: 100%;
height: auto;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media \0screen {
img { width: auto;}
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
display: block;
} audio {
max-width: 100%;
} iframe, object {
max-width: 100%;
} html {
-webkit-font-smoothing: antialiased;
}
body {
font: .85em/150% Georgia, "Times New Roman", Times, serif;
word-wrap: break-word;
background-color: #fff;
color: #999;
}
a {
text-decoration: none;
outline: none;
color: #997551;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 1.2em;
padding: 0;
}
small {
font-size: 87%;
}
blockquote {
font: italic 110%/130% "Times New Roman", Times, serif;
padding: 8px 30px 15px;
}
ins {
text-decoration: none;
} ul, ol {
margin: 1em 0 1.4em 24px;
padding: 0;
line-height: 140%;
}
li {
margin: 0 0 .5em 0;
padding: 0;
} h1, h2, h3, h4, h5, h6 {
line-height: 1.4em;
margin: 20px 0 .4em;
font-family: 'Old Standard TT';
font-weight: normal;
color: #000;
font-style: italic;
word-wrap: normal;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
#content h2 {
text-align: center;
font-size: 26px;
font-style: normal;
font-variant: small-caps;
border-bottom: double 4px #eee;
padding: 0 0 10px;
margin: 40px 0 25px;
letter-spacing: 1px;
clear: both;
}
#content h2 em,
#content h2 i {
font-style: italic;
font-variant: normal;
font-size: 80%;
color: #aaa;
letter-spacing: 0;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}  input, textarea, select, input[type=search], button {
font-size: 100%;
font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
background-color: #eee;
border: solid 1px #ddd;
padding: 6px 10px;
border-radius: 5px;
-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
width: 240px;
max-width: 90%;
} textarea {
line-height: 150%;
width: 94%;
} textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
outline: none;
background-color: #fff;
} input[type=reset], input[type=submit], button {
background-color: #997551;
color: #fff;
border: none;
padding: 7px 20px;
cursor: pointer;
border-radius: 5px;
-webkit-appearance: none;
} input[type=reset]:hover, input[type=submit]:hover, button:hover {
background-color: #000;
color: #fff;
} #pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
-moz-box-sizing: border-box;
box-sizing: border-box;
} .pagewidth {
width: 978px;
margin: 0 auto;
} #body {
margin: 0 auto;
max-width: 100%;
padding: 0 0 20px;
} #content {
width: 676px;
float: left;
padding: 40px 0 60px;
}
.sidebar-none #content {
width: 100%;
float: none;
} #sidebar {
width: 252px;
float: right;
padding: 40px 0 60px;
} .sidebar-left #content {
float: right;
}
.sidebar-left #sidebar {
float: left;
} .full_width #layout {
width: 100%;
max-width: 100%;
}
.full_width #content {
padding: 0;
width: auto;
float: none;
}
.full_width #sidebar {
width: auto;
float: none;
} .col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
margin-left: 3.2%;
float: left;
}
.col4-1 {
width: 22.6%;
}
.col4-2, .col2-1 {
width: 48.4%;
}
.col4-3 {
width: 74.2%;
}
.col3-1 {
width: 31.2%;
}
.col3-2 {
width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
margin-left: 0;
clear: left;
} #headerwrap {
border-bottom: solid 1px #bbb;
width: 100%;
background-color: #fff;
}
#header {
height: 165px;
position: relative;
padding-bottom: 5px;
}
#header hgroup {
position: absolute;
bottom: 25px;
width: 100%;
} #site-logo {
font: normal small-caps 52px/100% 'Old Standard TT';
margin: 0;
padding: 0;
}
#site-logo a {
text-decoration: none;
color: #000;
}
#site-logo a:hover {
text-decoration: none;
}
#site-logo img {
vertical-align: bottom;
} #site-description {
font: italic 13px/110% 'Old Standard TT';
color: #999;
margin: 10px 0 0;
padding: 0;
display: inline-block;
zoom:1;
*display:inline;
vertical-align: middle;
} .fixed-header {
position: fixed;
z-index: 1001;
top: 0;
left: 0;
}
.admin-bar .fixed-header {
top: 32px;
}
.header-on-scroll{
height: 55px !important;
}
.fixed-header #header hgroup {
bottom: 14px;
}
.fixed-header #site-logo {
font-size: 26px;
margin: 0 10px 0 0;
padding: 0;
display: inline-block;
zoom:1;
*display:inline;
vertical-align: text-bottom;
}
.fixed-header #site-logo img {
max-height: 50px;
width: auto;
margin-bottom: -14px;
}
.fixed-header #site-description {
padding: 0 0 8px;
margin: 0;
}
.fixed-header #main-nav-wrap {
bottom: 16px;
} .fixed-header #social-wrap,
.fixed-header #searchform-wrap {
display: none;
} .social-widget {
position: absolute;
top: 45px;
right: 0;
}
.social-widget a {
text-decoration: none;
}
.social-widget a:hover {
text-decoration: none;
}
.social-widget .widget {
display: inline-block;
zoom:1;
*display:inline;
margin: 0 2px 0 0;
padding: 0;
background: none;
border: none;
border-radius: none;
box-shadow: none;
}
.social-widget .widget div {
display: inline;
}
.social-widget .widgettitle {
width: auto;
font-weight: bold;
font-size: 100%;
font-family: inherit;
text-transform: none;
border: none;
letter-spacing: 0;
position: static;
display: inline-block;
zoom:1;
*display:inline;
margin: 5px 8px 2px 0;
padding: 0;
background: transparent;
box-shadow: none;
}
.social-widget ul {
margin: 6px 0 0 !important;
padding: 0;
display: inline;
}
.social-widget ul li {
padding: 0 2px 5px 0;
margin: 0;
display: inline-block;
zoom:1;
*display:inline;
border: none !important;
clear: none;
line-height: 100%;
}
.social-widget li img {
vertical-align: middle;
margin-top: -3px;
} .social-widget div.rss {
display: inline;
}
.social-widget div.rss a {
background: url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/rss.png) no-repeat left center;
padding: 3px 0 2px 30px;
display: inline-block;
zoom:1;
*display:inline;
} #header #searchform {
position: absolute;
right: 0;
top: 5px;
width: 160px;
z-index: 100;
}
#header #searchform #s {
width: 60px;
border: solid 1px #ddd;
background: #fff url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/search.png) no-repeat 8px center;
padding: 4px 4px 4px 28px;
float: right;
border-radius: 12px;
-webkit-transition: width .7s;
-moz-transition: width .7s;
transition: width .7s;
}
#header #searchform #s:focus {
width: 140px;
} #main-nav-wrap {
margin: 0;
padding: 0;
position: absolute;
bottom: 25px;
right: 0;
max-width: 80%;
}
#main-nav {
margin: 0;
padding: 0;
}
#main-nav li {
margin: 0;
padding: 0;
list-style: none;
float: left;
position: relative;
} #main-nav a {
color: #999;
display: block;
padding: 6px 12px;
margin: 0;
text-decoration: none;
font: bold 95%/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
} #main-nav a:hover {
color: #000;
} #main-nav .current_page_item a, #main-nav .current-menu-item a {
color: #000;
} #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
color: #000;
} #main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
color: #666;
font-size: 95%;
line-height: 140%;
font-weight: normal;
text-transform: none;
padding: 6px 6px 6px 15px;
margin: 0;
display: block;
width: 170px;
background: none;
border: none;
text-shadow: none;
border-radius: 0;
box-shadow: none;
} #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
background-color: #F3F3F3;
color: #000;
color: black;
} #main-nav ul {
margin: 0;
padding: 5px 0;
list-style: none;
position: absolute;
background-color: #fff;
border: solid 1px #ccc;
z-index: 100;
display: none;
box-shadow: 0 1px 2px rgba(0,0,0,.3);
border-radius: 5px;
}
#main-nav ul li {
background: none;
padding: 0;
margin: 0;
float: none;
} #main-nav ul ul {
left: 180px;
top: -2px;
} .no-touch #main-nav li:hover > ul {
display: block;
} #sliderwrap {
background: #eee url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/fibre-bg.png);
border-bottom: solid 1px #ccc;
padding: 4% 0 2%;
position: relative;
}
#slider {
overflow: hidden;
font-size: 115%;
}
#slider p {
margin: 0 0 20px;
}
#slider h1, 
#slider h2, 
#slider h3, 
#slider h4, 
#slider h5, 
#slider h6 {
padding: 0;
margin: 0 0 5px;
border: none;
font-variant: inherit;
}
.slide-post-title {
margin: 0 0 5px;
font-size: 200%;
line-height: 110%;
font-style: italic;
}
.slide-image img {
vertical-align: bottom;
} #slider .gallery img,
#slider .gallery .gallery-item {
width: 50px !important;
max-width: 50px !important;
border-radius: 5px;
}
#slider .gallery .gallery-item {
margin-right: 1.5% !important;
} #slider .slides {
margin: 0 0 5px;
padding: 0;
overflow: hidden;
height: 0; }
#slider .slides > li {
position: relative;
margin: 0;
padding: 0;
width: 100%;
list-style: none;
float: left;
overflow: hidden;
}
body.rtl .flex-viewport {
direction: ltr;
} .slider-default .slide-image {
float: left;
margin: 0 30px 10px 0;
}
.slider-default .slide-content {
overflow: hidden;
min-width: 120px;
padding: 30px 0 0 0;
} .slides .post-video,
.slides .embed-youtube {
margin-bottom: 0;
}
.slider-default .post-video,
.slider-default .embed-youtube {
width: 600px;
} .slider-image-caption .slide-content {
position: relative;
font-size: 85%;
line-height: 140%;
position: absolute;
bottom: 0;
left: 0;
padding: 15px 20px 10px;
z-index: 5;
background-color: #000;
background-color: rgba(0,0,0,.7);
color: #ccc;
}
.slider-image-caption .slide-post-title {
color: #fff;
margin: 0 0 5px;
padding: 0;
font-size: 130%;
}
.slider-image-caption .slide-image {
float: none;
}
#slider .slider-image-caption p {
margin: 0;
}
.slider-image-caption a {
text-decoration: none;
color: #fff;
}
.slider-image-caption a:hover {
text-decoration: underline;
}  #slider .slides > li {
display: none;
} .flex-control-nav {
text-align: center;
margin: 0;
padding: 10px 0;
clear: both;
position: relative;
display: inline-block;
zoom:1;
*display:inline;
width: 100%;
}
.flex-control-nav li {
margin: 0;
padding: 0;
display: inline-block;
zoom:1;
*display:inline;
position: relative;
} .flex-control-nav a {
text-indent: -900em;
width: 11px;
height: 11px;
display: block;
margin: 0 4px;
cursor: pointer;
background-color: #e1e1e1;
display: inline-block;
vertical-align: middle;
border-radius: 10em;
box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
} .flex-control-nav .flex-active {
background-color: #afafaf;
} .flex-direction-nav {
margin: 0;
padding: 0;
}
.flex-direction-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.flex-direction-nav a {
position: absolute;
top: 50%;
width: 37px;
height: 38px;
background-color: #fff;
color: #333;
text-decoration: none;
text-align: center;
font: 24px/100% "Times New Roman", Times, serif;
padding-top: 9px; box-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.flex-direction-nav .flex-prev {
left: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.flex-direction-nav .flex-next {
right: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
} .welcome-message {
text-align: center;
font-size: 120%;
margin: 40px 0 60px;
}
.welcome-message h1,
.welcome-message h2,
.welcome-message h3,
.welcome-message h4,
.welcome-message h5,
.welcome-message h6 {
margin: 0 0 .2em;
}
a.shortcode.button {
font: bold 12px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
white-space: nowrap;
color: #fff;
background-color: #997551;
padding: 10px 20px;
margin-left: 5px;
margin-right: 5px;
border-color: transparent;
text-shadow: none;
box-shadow: none;
}
a.shortcode.button:hover {
background-color: #000;
}  .page-title {
margin: 0 0 15px;
padding: 0;
font-size: 300%;
line-height: 110%;
} .author-bio {
margin: 0 0 30px;
}
.author-bio .author-avatar {
float: left;
margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
background-color: #fff;
padding: 4px;
border: solid 1px #ccc;
}
.author-bio .author-name {
margin: 0 0 5px;
padding: 0;
font-size: 160%;
}
.author-posts-by {
margin: 0 0 20px;
padding: 10px 0 0;
font-size: 140%;
text-transform: uppercase;
border-top: double 4px #ccc;
border-color: rgba(118,118,118,.3);
} .category-section {
clear: both;
margin-bottom: 30px;
}
.category-section-title {
font-size: 120%;
text-transform: uppercase;
margin: 0 0 20px;
padding: 10px 0 0;
border-top: double 4px #ccc;
} .pagenav {
clear: both;
padding-bottom: 20px;
text-align: right;
}
.pagenav a, .pagenav span {
line-height: 100%;
padding: 4px 0 3px;
margin: 0 2px;
vertical-align: middle;
display: inline-block;
zoom:1;
*display:inline;
min-width: 24px;
min-height: 18px;
text-align: center;
border-radius: 5px;
}
.pagenav a {
background-color: #997551;
color: #fff;
text-decoration: none;
}
.pagenav a:hover {
background-color: #000;
}
.pagenav .current {
text-decoration: none;
} .post {
margin-bottom: 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
} .post-content {
min-width: 120px;
} .post-title {
margin: 0 0 5px;
padding: 0;
font-size: 190%;
}
.post-title a {
color: #000;
} .post-image {
max-width: 100%;
margin: 0 0 5px;
}
.post-image img {
border-radius: 5px;
}
.post-image.left {
float: left;
margin-right: 15px;
}
.post-image.right {
float: right;
margin-left: 15px;
} .post-meta {
margin: 0 0 10px;
font: normal 85%/120% Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
.post-meta a {
font-weight: bold;
}
.post-meta .separator {
color: #ddd;
margin: 0 5px;
} .post-date {
margin: 10px 0 5px;
font: italic 100%/120% 'Old Standard TT';
display: block;
} .more-link {
font: bold 12px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
white-space: nowrap;
} .loops-wrapper.grid4 .post {
width: 22.6%;
float: left;
margin-left: 3.2%;
}
.loops-wrapper.grid4 .post-title {
font-size: 130%;
margin: 0 0 3px;
padding: 0;
} .loops-wrapper.grid3 .post {
width: 31.2%;
float: left;
margin-left: 3.2%;
}
.loops-wrapper.grid3 .post-title {
font-size: 150%;
margin: 0 0 3px;
padding: 0;
} .loops-wrapper.grid2 .post {
width: 48.4%;
float: left;
margin-left: 3.1%;
}
.loops-wrapper.grid2 .post-title {
font-size: 160%;
margin: 0 0 3px;
padding: 0;
} .loops-wrapper.grid2-thumb .post {
width: 48.4%;
float: left;
margin-left: 3.1%;
}
.loops-wrapper.grid2-thumb .post-title {
margin: 0 0 5px;
font-size: 160%;
}
.loops-wrapper.grid2-thumb .post-image {
float: left;
margin: 5px 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
overflow: hidden;
} .loops-wrapper.list-thumb-image .post-image {
float: left;
margin: 7px 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
overflow: hidden;
} .loops-wrapper.list-large-image .post-image {
float: left;
margin: 7px 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
font-size: 200%;
margin: 0 0 5px;
padding: 0;
}
.loops-wrapper.list-large-image .post-content {
overflow: hidden;
} .loops-wrapper.grid4,
.loops-wrapper.grid3,
.loops-wrapper.grid2,
.loops-wrapper.grid2-thumb {
clear: both;
overflow: hidden;
}
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
} .post-video, .embed-youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .author-box {
margin: 15px 0;
}
.author-box .author-avatar {
float: left;
margin: 0 15px 5px 0;
}
.author-box .author-name {
margin: 0 0 5px;
} .post-pagination {
text-align: right;
margin: .5em 0 2em;
}
.post-pagination strong {
margin-right: 3px;
}
.post-pagination a {
margin-left: 3px;
margin-right: 3px;
} .post-nav {
clear: both;
border-top: double 4px #eee;
padding: 30px 0 0;
margin: 30px 0 40px;
overflow: hidden;
}
.post-nav .prev,
.post-nav .next {
width: 47%;
position: relative;
}
.post-nav a {
text-decoration: none;
display: block;
color: #000;
font: italic 120%/140% 'Old Standard TT';
}
.post-nav a:hover {
text-decoration: none;
}
.post-nav .prev {
float: left;
}
.post-nav .next {
float: right;
text-align: right;
} .post-nav .arrow {
color: #fff;
background-color: #997551;
font: normal 20px/100% "Times New Roman", Times, serif;
display: block;
width: auto;
float: left;
width: 32px;
height: 28px;
padding: 6px 0 0;
text-align: center;
margin: -8px 10px 17px 0;
border-radius: 5px;
}
.post-nav .next .arrow {
float: right;
margin-left: 10px;
margin-right: 0;
}
.post-nav a:hover span {
background-color: #000;
}  .shortcode.testimonial {
margin-top: 20px;
margin-bottom: 30px; 
overflow: hidden;
clear: both;
} .shortcode.team {
margin-top: 20px;
margin-bottom: 30px; 
overflow: hidden;
clear: both;
} .shortcode.highlight {
margin-top: 20px;
margin-bottom: 30px; 
overflow: hidden;
clear: both;
}
.shortcode.highlight .post {
margin-bottom: 30px; 
}
.shortcode.highlight .post-image {
float: left;
margin: 0 20px 5px 0; 
}
.shortcode.highlight .post-image img {
border-radius: 5px;
}
.shortcode.highlight .post-content {
overflow: hidden;
} .portfolio {
text-align: center;
}
.shortcode.portfolio {
margin-bottom: 30px; 
overflow: hidden;
clear: both;
}
.shortcode.portfolio .post {
margin-bottom: 30px;
text-align: center;
}
.shortcode.portfolio .post-image {
margin: 0 0 5px 0; 
}
.shortcode.portfolio .post-image img {
border-radius: 5px;
} .more-link-wrap {
text-align: right;
clear: both;
margin: 10px 0 20px;
} .portfolio .post-meta {
margin: 0;
text-align: inherit;
}
.portfolio .post-date {
margin: 0 0 15px;
text-align: inherit;
font-size: 90%;
}
.shortcode.portfolio .post-meta .post-category {
background: none;
padding: inherit;
} .single .portfolio {
text-align: left;
}
.single .portfolio .post-image {
width: 640px;
max-width: 100%;
float: left;
margin: 0 30px 20px 0;
padding: 0;
position: relative;
} .portfolio .carousel-wrap {
margin-bottom: 0 !important;
}
.slideshow-wrap {
visibility: hidden;
height: 0; overflow: hidden;
float: none !important; }
.portfolio .slideshow {
margin: 0;
padding: 0;
}
.portfolio .slideshow li {
margin: 0;
padding: 0;
list-style: none;
float: left;
width: 100%;
text-align: center;
}
.portfolio .slideshow img {
margin-bottom: 5px;
} .portfolio .carousel-nav-wrap {
margin: 0;
}
.portfolio .carousel-pager {
text-align: center;
margin: 0;
padding: 0;
clear: both;
position: relative;
display: inline-block;
zoom:1;
*display:inline;
width: 100%;
}
.portfolio .carousel-pager a {
text-indent: -900em;
width: 11px;
height: 11px;
border: none;
display: block;
margin: 0 2px;
cursor: pointer;
background-color: #e1e1e1;
display: inline-block;
vertical-align: middle;
border-radius: 10em;
box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
}
.portfolio .carousel-pager a.selected {
background-color: #afafaf;
} .single-portfolio .carousel-pager {
text-align: left;
position: absolute;
top: 10px;
left: 10px;
}
.single-portfolio .carousel-pager a {
text-indent: 0;
text-align: center;
width: 26px;
height: 24px;
padding-top: 2px;
background-color: #fff;
color: #999;
font-size: 12px;
border: none;
border-radius: 5px;
box-shadow: none;
}
.single-portfolio .carousel-pager a.selected {
background-color: #997551;
color: #fff;
} .single .portfolio .post-content {
overflow: hidden;
} .sorting-nav {
padding: 0;
margin: 5px 0 20px;
}
.sorting-nav li {
margin: 0 5px 5px 0;
padding: 0;
list-style: none;
text-align: right;
display: inline-block;
zoom:1;
*display:inline;
}
.sorting-nav a {
padding: 4px 10px;
color: #000;
background-color: #fff;
font-size: 95%;
text-decoration: none;
line-height: 100%;
vertical-align: middle;
text-transform: uppercase;
border-radius: 5px;
}
.sorting-nav a:hover {
text-decoration: underline;
}
.sorting-nav .active a, .sorting-nav .current-cat a {
background-color: #997551;
color: #fff;
} .shortcode.testimonial {
margin-bottom: 30px; 
overflow: hidden;
clear: both;
}
.shortcode.testimonial .post {
margin-bottom: 30px; 
}
.shortcode.testimonial .post-image {
float: left;
margin: 0 20px 5px 0; 
}
.shortcode.testimonial .post-image img {
border-radius: 20em;
}
.shortcode.testimonial .post-content {
overflow: hidden;
font: italic 125%/140% 'Old Standard TT';
}
.shortcode.testimonial .testimonial-author {
clear: both;
text-align: right;
}
.shortcode.testimonial .testimonial-author .dash {
width: 20px;
border-bottom: solid 1px #ddd;
margin: -15px 6px 0 0;
height: 10px;
display: inline-block;
vertical-align: middle;
zoom:1;
*display:inline;
}
.shortcode.testimonial .testimonial-author .testimonial-name {
margin: 0 0 5px;
font: bold 85%/100% Arial, Helvetica, sans-serif;
color: #666;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
zoom:1;
*display:inline;
}
.shortcode.testimonial .testimonial-author .testimonial-title {
display: block;
font: italic 80%/120% 'Old Standard TT';
} .shortcode.team {
margin-bottom: 30px; 
overflow: hidden;
clear: both;
}
.shortcode.team .post {
margin-bottom: 30px; 
}
.shortcode.team .post-image {
float: left;
margin: 0 20px 5px 0; 
}
.shortcode.team .post-image img {
border-radius: 20em;
}
.shortcode.team .post-content {
overflow: hidden;
margin-top: 20px;
}
.shortcode.team .team-info {
margin: 0 0 5px;
}
.shortcode.team .team-info .team-name {
margin: 0 0 5px;
font: bold 100%/120% Arial, Helvetica, sans-serif;
color: #666;
text-transform: uppercase;
display: block;
}
.shortcode.team .team-info .team-title {
display: block;
font: italic 100%/120% 'Old Standard TT';
} .commentwrap {
margin: 10px 0 20px;
position: relative;
clear: both;
} .comment-title, #reply-title {
font-size: 140%;
margin: 0 0 10px;
padding: 0;
} .commentwrap .pagenav {
margin: 10px 0;
border: none;
box-shadow: none;
}
.commentwrap .pagenav.top {
margin: 0;
position: absolute;
top: 0;
right: 0;
} .commentlist {
margin: 0 0 30px;
padding: 5px 0 0;
border-top: solid 1px #ddd;
}
.commentlist li {
margin: 0;
padding: 15px 0 0;
list-style: none;
position: relative;
}
.commentlist .comment-author {
margin: 2px 0 10px;
padding: 0;
}
.commentlist .avatar {
float: left;
margin: 0 15px 0 0;
border-radius: 20em;
}
.commentlist cite {
font-style: italic;
font-size: 130%;
}
.commentlist cite a {
text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
background: url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/icon-author-comment.png) no-repeat 0 2px;
padding-left: 18px;
}
.commentlist .comment-time {
font-size: 75%;
text-transform: uppercase;
}
.commentlist .commententry {
border-bottom: solid 1px #ddd;
position: relative;
min-height: 40px;
overflow: hidden;
padding-bottom: 5px;
word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
margin: 0 0 0 7%;
padding: 0;
} .commentlist .reply {
position: absolute;
right: 0;
top: 8px;
}
.commentlist .comment-reply-link {
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
}
.commentlist .comment-reply-link:hover {
text-decoration: none;
} #respond {
margin: 0;
padding: 10px 0 0;
position: relative;
clear: both;
}
#respond #cancel-comment-reply-link {
position: absolute;
top: 20px;
right: 0;
font-size: 85%;
line-height: 100%;
text-decoration: none;
padding: 5px 10px;
display: block;
color: #fff;
border: solid 1px #9e0b0f;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
background-color: #e41d24;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
background-image: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
background-color: #fb4e55;
}
#commentform {
margin: 15px 0 0;
}
#commentform input[type=text] {
width: 206px;
margin-right: 5px;
}
#commentform label {
font-weight: bold;
}
#commentform label small {
font-weight: normal;
}
#commentform textarea {
height: 140px;
}
#commentform input#submit {
padding: 7px 20px;
} .widget {
margin: 0 0 30px;
word-wrap: break-word;
}
.widgettitle {
margin: 0 0 10px;
padding: 0;	
font: normal 120%/110% 'Old Standard TT';
text-transform: uppercase;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget li {
margin: 0;
padding: 6px 0;
list-style: none;
clear: both;
border-top: solid 1px #ddd;
}
.widget ul ul {
margin: 6px 0 -6px 0px;
padding: 0;
border-top: none;
}
.widget ul ul li {
margin: 0;
padding-left: 10px;
}  .widget #wp-calendar caption {
font-weight: bold;
padding-bottom: 10px;
}
.widget #wp-calendar td {
width: 31px;
padding: 4px 2px;
text-align: center;
} .widget .feature-posts-list br {
display: none;
}
.widget .feature-posts-list .post-img {
margin: 4px 12px 10px 0;
float: left;
}
.widget .feature-posts-list small {
font-style: italic;
font-size: 90%;
display: block;
margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
display: block;
} .widget .twitter-list .twitter-timestamp a {
font-style: italic;
font-size: 90%;
}
.widget .follow-user {
margin: 0;
padding: 5px 0;
} .widget .links-list img, .widget_links img {
vertical-align: middle;
} .recent-comments-list .avatar {
margin-right: 12px;
float: left;
} .widget .flickr_badge_image {
margin-top: 10px;
}
.widget .flickr_badge_image img {
width: 50px;
height: 50px;
margin-right: 12px;
margin-bottom: 12px;
float: left;
} .shortcode .flickr_badge_image {
width: 23.8%;
margin: 0 1.5% 1.5% 0;
float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
margin-right: 0;
}
.shortcode .flickr_badge_image img {
margin: 0;
} #sidebar #searchform {
position: static;
}
#sidebar #searchform #s {
width: 93%;
} #content .twitter-tweet-rendered {
max-width: 100% !important;
}
#content .twt-border {
max-width: 100% !important;
min-width: 180px !important;
} #sidebar .shortcode .post-title {
font-size: 120%;
} .widget .social-links {
margin: 0 0 20px;
padding: 0;
line-height: 100%;
}
.widget .social-links li {
margin: 0 5px 5px 0;
padding: 0;
list-style: none;
border: none;
display: inline-block;
zoom:1;
*display:inline;
}
.widget .social-links img {
vertical-align: middle;
} #footerwrap {
background: #eee url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/fibre-bg.png);
border-top: solid 1px #ccc;
padding: 30px 0;
position: relative;
}
#footer {
clear: both;
} .footer-nav {
margin: 5px 0 10px;
padding: 0;
text-align: center;
}
.footer-nav li {
padding: 0;
margin: 0 8px;
display: inline;
list-style: none;
}
.footer-nav a {
text-decoration: none;
line-height: 100%;
vertical-align: middle;
text-transform: uppercase;
} .back-top {
clear: both;
margin: 30px 0 5px;
}
.back-top a {
background: #997551 url(//newchangemakers.com/changemakers/wp-content/themes/agency/images/arrow-up.png) no-repeat center center;
display: block;
width: 34px;
height: 34px;
margin: 15px auto 10px;
text-indent: -900em;
border-radius: 10em;	
}
.back-top a:hover {
background-color: #000;
} .footer-text {
clear: left;
font-size: 85%;
text-align: center;
} .sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
margin-bottom: 15px;
}
.alignleft {
float: left;
margin-right: 30px;
}
.alignright {
float: right;
margin-left: 30px;
}
.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption-text {
font-size: 95%;
line-height: 120%;
margin: 6px 0;
} .attachment.single-attachment,
.single-attachment .attachment {
float: none;
margin: 0;
text-align: left;
} #body .gallery {
margin: 0 0 20px 0;
} #body .gallery .gallery-item {
margin: 0 8px 8px 0;
vertical-align: top;
width: auto;
float: left;
text-align: center;
} #body .gallery img {
border: none;
vertical-align: middle;
} #body .gallery .gallery-caption {
line-height: 120%;
font-size: 90%;
text-align: center;
margin: 5px 0 0;
}  #body .gallery-columns-1 .gallery-item {
width: auto;
}
#body .gallery-columns-1 br {
display: none !important;
} #body .gallery-columns-2 .gallery-item {
width: 49.2%;
} #body .gallery-columns-3 .gallery-item {
width: 32.3%;
} #body .gallery-columns-4 .gallery-item {
width: 23.8%;
} #body .gallery-columns-5 .gallery-item {
width: 18.8%;
} #body .gallery-columns-6 .gallery-item {
width: 15.4%;
} #body .gallery-columns-7 .gallery-item {
width: 13%;
} #body .gallery-columns-8 .gallery-item {
width: 11.18%;
} #body .gallery-columns-9 .gallery-item {
width: 9.77%;
} #body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
margin: 0 1.5% 1.5% 0;
} #body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
margin-right: 0;
}  .full_width .themify_builder_row .row_inner {
width: 978px; max-width: 100%;
margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
width: auto;
padding: 0;
}
.module-testimonial .testimonial-post .post-content {
font: italic 125%/140% 'Old Standard TT';
} .clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.textcenter {
text-align: center;
} .clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; } .clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }body:not(.mobile_menu_active) #main-nav {
display: block !important;
} .mobile_menu_active #site-description,
.mobile_menu_active .fixed-header #site-description {
display: none;
} .mobile_menu_active .mobile-button {
background-color: #eee;
position: relative;
width: 36px;
height: 32px;
display: block;
float: right;
cursor: pointer;
border-radius: 5px;
}
.mobile_menu_active .mobile-button:before {
content: "\f0c9";
font: normal 21px/1em FontAwesome;
color: #000;
position: absolute;
top: 50%;
left: 50%;
margin: -.5em 0 0 -.5em;
width: 1em;
height: 1em;
text-align: center;
}
.mobile_menu_active .mobile-button.active:before {
color: #555;
}  .mobile_menu_active #main-nav-wrap {
max-width: 100%;
} .mobile_menu_active #headerwrap #main-nav {
clear: both;
position: absolute;
top: 32px;
right: 0;
bottom: auto;
left: auto;
width: 160px;
height: auto;
z-index: 1000;
margin: 0;
padding: 10px 5px;
background-color: #fff;
border: solid 1px #999;
float: none;
display: none; box-shadow: 1px 2px 0 rgba(0,0,0,.2);
border-radius: 5px;
} .mobile_menu_active #headerwrap #main-nav {
max-height: 320px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.mobile_menu_active #headerwrap #main-nav li {
clear: both;
float: none;
margin: 5px 0 5px 10px;
padding: 0;
border: none;
box-shadow: none;
}
.mobile_menu_active #headerwrap #main-nav a,
.mobile_menu_active #headerwrap #main-nav ul a {
font: inherit;
text-transform: inherit;
background: none;
width: auto;
display: inline;
padding: 0;
color: #666;
border: none;
text-shadow: none;
box-shadow: none;
}
.mobile_menu_active #headerwrap #main-nav a:hover,
.mobile_menu_active #headerwrap #main-nav ul a:hover {
background: none;
color: #000;
} .mobile_menu_active #headerwrap #main-nav ul {
position: static;
display: block;
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
}
.mobile_menu_active #headerwrap #main-nav .sub-arrow {
display: none !important;
} .mobile_menu_active .social-widget {
position: static;
float: none;
margin: 0;
padding: 15px 0 0;
} .mobile_menu_active #header #searchform {
top: 15px;
}
@media screen and (max-width: 980px) { #pagewrap {
max-width: 100%;
}
.pagewidth,
.full_width .themify_builder_row .row_inner {
max-width: 94%;
} #content {
padding: 7% 0 5%;
width: 67.8%;
} #sidebar {
padding: 7% 0 5%;
width: 26.2%;
}
#sidebar .secondary {
width: 47.4%;
}
}
@media screen and (max-width: 760px) { #content {
width: 100%;
max-width: 100%;
float: none;
clear: both;
} #sidebar {
width: 100%;
max-width: 100%;
float: none;
clear: both;
} #slider {
font-size: 100%;
} .slider-default .slide-image {
float: none;
margin: 0 0 10px;
}
.slider-default .slide-content {
position: static;
padding-top: 0;
}
.slider-default .post-video {
max-width: 100%;
width: 100%;
} .slider-image-caption .slide-content {
position: static;
font-size: 100%;
}  .list-large-image .post-image {
float: none;
margin-right: 0;
}
.list-large-image .post-content {
overflow: visible;
-webkit-overflow-scrolling: touch;
float: none;
}
}
@media screen and (max-width: 680px) {  .loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .post {
width: 100%;
margin-left: 0;
float: none;
}  .flex-direction-nav {
display: none;
} .single .portfolio .post-image {
margin-right: 0;
float: none;
} .col4-1,
.col4-2, .col2-1,
.col4-3,
.col3-1,
.col3-2	 {
margin-left: 0 !important;
width: 100% !important;
max-width: 100% !important;
}  .post {
width: auto !important;
max-width: 100% !important;
margin-left: 0 !important;
float: none !important;
} .post-nav .prev,
.post-nav .next {
display: block;
width: 100%;
clear: both;
margin-bottom: 10px;
} .commentlist {
padding-left: 0;
}
.commentlist .commententry {
clear: left;
}
.commentlist .avatar {
float: left;
width: 40px;
height: 40px;
margin: 0 10px 10px 0;
} #footer-logo {
position: static;
}
.footer-nav {
padding: 0;
} .woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary {
float: none !important;
width: 100% !important;
}
} @media screen and (max-width: 782px) {
.admin-bar .fixed-header {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .fixed-header {
top: 0;
}
}