/*
	Theme Name: Balance 2018 Child Theme
	Theme URI: http://www.studiopress.com/themes/balance
	Description: Balance is a two column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 1.0
 
	Tags: black, blue, green, pink, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-cs, full-width-template, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

/* @import url(​http://fonts.googleapis.com/css?family=Lora:400,700); */

@font-face {
    font-family: 'collecticonsregular';
    src: url('fonts/collecticons-webfont.eot');
    src: url('fonts/collecticons-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/collecticons-webfont.woff2') format('woff2'),
        url('fonts/collecticons-webfont.woff') format('woff'),
        url('fonts/collecticons-webfont.ttf') format('truetype'),
        url('fonts/collecticons-webfont.svg#collecticonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'simplon_regular';
    src: url('fonts/simplon_bp_regular_1-webfont.eot');
    src: url('fonts/simplon_bp_regular_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/simplon_bp_regular_1.woff2') format('woff2'),
        url('fonts/simplon_bp_regular_1.woff') format('woff'),
        url('fonts/simplon_bp_regular_1.ttf') format('truetype'),
        url('fonts/simplon_bp_regular_1-webfont.svg#simplon_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'simplon_bpmedium';
    src: url('fonts/simplon_bp_medium_1-webfont.eot');
    src: url('fonts/simplon_bp_medium_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/simplon_bp_medium_1-webfont.woff2') format('woff2'),
        url('fonts/simplon_bp_medium_1-webfont.woff') format('woff'),
        url('fonts/simplon_bp_medium_1-webfont.ttf') format('truetype'),
        url('fonts/simplon_bp_medium_1-webfont.svg#simplon_bpmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'platform-medium';
    src: url('fonts/platform-medium-webfont.eot');
    src: url('fonts/platform-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/platform-medium-webfont.woff2') format('woff2'),
        url('fonts/platform-medium-webfont.woff') format('woff'),
        url('fonts/platform-medium-webfont.ttf') format('truetype'),
        url('fonts/platform-medium-webfont.svg#platform-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'platform-regular';
    src: url('fonts/platform-regular-webfont.eot');
    src: url('fonts/platform-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/platform-regular-webfont.woff2') format('woff2'),
        url('fonts/platform-regular-webfont.woff') format('woff'),
        url('fonts/platform-regular-webfont.ttf') format('truetype'),
        url('fonts/platform-regular-webfont.svg#platform-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Simplon';
    src: url('fonts/simplon_bp_regular_1.otf'),
        url('fonts/simplon_bp_regular_1.ttf');
    font-weight: normal;
    font-style: normal;
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #313131;
    font-family: 'Simplon';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

html,
body,
table {
    -webkit-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    -moz-font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    font-feature-settings: "kern"1, "liga"1, "calt"1, "pnum"1, "tnum"0, "onum"1, "lnum"0, "dlig"0;
    /* 2. */
}

body {
    letter-spacing: 0.02em;
}

input {
    color: #313131;
}

input[type=text],
select,
textarea {
    -moz-box-shadow: inset 0 1px 2px 1px #eee;
    -webkit-box-shadow: inset 0 1px 2px 1px #eee;
    background: #f5f5f5;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 1px 1px #eee;
    color: #bbb;
    font-size: 9px;
    margin: 5px 2px 0 0;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

textarea {
    color: #313131;
    font-size: 12px;
    text-transform: none;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
    /* list-style-type: none;*/
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
    color: #4D9ECF;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #4D9ECF;
    text-decoration: underline;
}

a img {
    border: none;
}


/* Body
------------------------------------------------------------ */

body {
    background-color: #e5dcd2;
}

::-moz-selection {
    background-color: #222;
    color: #fff;
}

::selection {
    background-color: #222;
    color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
    margin: 0 auto 0px;
}

.wrap {
    margin: 0 auto;
    width: auto;
    /*max-width: 1135px;*/
    padding: 0 32px;
}

@media only screen and (min-width: 961px) {
    .wrap {
        padding: 0 32px;
    }
}

@media only screen and (max-width: 960px) {
    .wrap {
        padding: 0 0px;
    }

    #header .wrap {
        padding: 0 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .wrap {
        margin-left: 12%;
        margin-right: 12%;
    }
}

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

#header {
    margin: 0 auto;
    min-height: 110px;
    /*overflow: hidden;*/
    overflow: visible;
    /*width: 960px;*/
    background-color: #4D9ECF !important;
}

@media only screen and (max-width: 768px) {
    #header {
        min-height: 67px;
    }
}

#title-area {
    float: left;
    overflow: hidden;
    padding: 40px 0;
    width: 350px;
}

#title {
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
}

#title a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .015em;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 4px;
    float: left;
}

@media only screen and (max-width: 960px) {
    #title a {
        float: none;
    }
}

#title a:hover {
    text-decoration: underline;
}

#description {
    color: #bbb;
    font-size: 9px;
    text-transform: uppercase;
    display: none;
}

#header .widget-area {
    float: right;
    margin: 40px 0 0;
    width: 562px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 135px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 350px;
}

.header-image #description {
    display: block;
    overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
    width: 1015px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
    clear: both;
    color: #222;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#header .menu {
    float: left;
    width: 100%;
    margin-top: 7px;
    margin-left: 60px;
}

@media only screen and (max-width: 960px) {
    #header .menu {
        margin-left: 40px;
    }
}

@media (min-width : 768px) and (max-width : 768px) {
    #header .menu {
        margin-left: 0px;
        margin-top: 13px;
    }
}

.menu-primary,
.menu-secondary {
    background: url(images/gray-texture.jpg);
}

.menu-primary,
.menu-secondary {
    margin: 0 0 20px;
}

.menu-primary ul,
.menu-secondary ul {
    float: left;
    width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
    float: left;
    list-style-type: none;
    margin: 0 23px 0 0;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    color: #FFFAEF;
    display: block;
    padding: 0px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#header .menu a:hover {
    color: #fff !important;
    display: block;
    padding: 0;
    position: relative;
    text-decoration: underline;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
/*#header .menu li a:active,*/
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
/*#header .menu .current-menu-item a,*/
#header .menu .current-menu-parent a {
    /*color: #4D9ECF;*/
    text-decoration: underline;
}

#header .menu .current-menu-parent .menu-item a,
#header .menu .current_page_item .sub-menu .menu-item a {
    /*color: #4D9ECF;*/
    text-decoration: none;
}

#header .menu .current-menu-parent .current-menu-item a {
    text-decoration: underline !important;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    color: #515151;
    font-size: 13px;
    line-height: 1;
    padding: 0.5em 1em;
    position: relative;
    text-align: left;
    /*text-shadow: #fff 1px 1px;*/
    text-transform: uppercase;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    /*color: #4D9ECF;*/
    color: #000 !important;
    background: #F5F5F5;
    text-decoration: none;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
    -moz-box-shadow: 0px 1px 3px #ccc;
    -webkit-box-shadow: 0px 1px 3px #ccc;
    box-shadow: 0px 1px 3px #ccc;
    height: auto;
    left: -9999px;
    margin: 0 0 0 1px;
    position: absolute;
    width: 200px;
    z-index: 9999;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
    width: 174px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
    margin: -27px 0 0 200px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
    position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
    left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
    padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    background: url(images/arrow-down.png) no-repeat;
    height: 16px;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: 17px;
    width: 16px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
    float: right;
    padding: 6px 15px 5px;
}

.menu li.right a {
    background: none;
    border: none;
    color: #313131;
    display: inline;
    text-decoration: none;
}

.menu li.right a:hover {
    color: #4D9ECF;
    text-decoration: none;
}

.menu li.search {
    padding: 0 10px;
}

.menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
    /*margin: 40px auto 0;
	overflow: hidden;
	width: 960px;*/
    background-color: #FFF;
    margin: 0;
    overflow: hidden;
}

.balance-landing #inner {
    margin: 20px auto 0;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
    /*background: url(images/gray-texture.jpg);
	margin: 0 0 60px;*/
    background-color: #e5dcd2;
    margin: 0;
}

#home-featured .wrap {}

.home-featured-left,
.home-featured-left p {
    color: #313131;
    font-size: 16px;
    text-shadow: none;
}

.home-featured-left h4.widgettitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.home-featured-left .textwidget {
    font-size: 16px;
}

.home-featured-right img {
    width: 300px;
}

.home-featured-right {
    float: left;
    width: 30%;
    padding-left: 5%;
}

@media only screen and (max-width: 768px) {
    .home-featured-right {
        display: none;
    }
}


.home-featured-left {
    /*background: url(images/dashes-bg.png) #E5DCD2;
	border: 5px solid #fff;
	float: right;
	font-size: 16px;
	margin: -50px 0;
	width: 430px;*/

    background: none;
    border: 0px solid #fff;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 65%;
    color: #313131;
    font-size: 14px;
}

.home-featured-left,
.home-featured-left p,
.home-featured-left h4.widgettitle {
    color: #313131;
    text-shadow: none;
    text-align: center;
}

.home-featured-left .widget {
    margin: 20px 10px 0 10px;
}


.home-featured-right p {
    font-size: 16px;
    margin-bottom: 20px;
}

.home-featured-right .widget {
    /*margin: 20px 35px 0 35px;*/
    margin: 0;
}

.home-featured-right h4.widgettitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.home-featured-right input[type=text] {
    -moz-box-shadow: inset 0 1px 2px 1px #eee;
    -webkit-box-shadow: inset 0 1px 2px 1px #eee;
    background: #fff url(images/email-icon.png) no-repeat 16px 15px;
    border-bottom: none;
    border-left: 1px solid #963c3c;
    border-right: none;
    border-top: 1px solid #963c3c;
    box-shadow: inset 0 1px 1px 1px #eee;
    color: #bbb;
    font-size: 9px;
    padding: 14px 15px 14px 45px;
    text-transform: uppercase;
    width: 180px;
}

#home-featured .home-featured-right input[type=submit] {
    background: url(images/email-button.png) no-repeat !important;
    border: none;
    font-size: 0;
    height: 28px;
    margin: 0 0 0 15px;
    line-height: 0;
    text-indent: -9999px;
    width: 26px;
    float: left;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    background: url(images/gray-texture.jpg);
    color: #888;
    font-size: 14px;
    margin: 0 auto 40px;
    padding: 35px 0;
    text-shadow: #fff 1px 1px;
}

.breadcrumb a {
    background: url(images/bullet.png) no-repeat right;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
}

.breadcrumb .home {
    margin: 0 20px 0 0;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 100%;
}

.balance-landing #content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 700px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    float: right;
}


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

#content {
    float: left;
    padding: 0 0 20px;
    width: 450px;
    padding-top: 40px;
}

.content-sidebar #content,
.sidebar-content #content {
    /*width: 620px;*/
    width: 65%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
    float: right;
}

.full-width-content #content {
    /*width: 1015px;*/
    width: 100%;
}

.balance-landing #content {
    width: 700px;
}

blockquote {
    background: url(images/quote-icon.png) no-repeat;
    color: #666;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0;
    padding: 0 0 0 90px;
}

blockquote p {
    color: #666;
    font-size: 18px;
    font-style: italic;
}

.post {
    background: url(images/dashes.png) repeat-x bottom;
    margin: 0 0 50px;
    padding: 0 0 50px;
}

.entry-content {
    margin: 0 0 35px;
    position: relative;
}

.entry-content p {
    margin: 0 0 25px;
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 20px;
}

.more-link {
    border-bottom: 5px solid #4D9ECF;
    bottom: -53px;
    color: #4D9ECF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    padding: 0 0 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    z-index: 100;
}

.more-link:hover {
    border-bottom: 5px solid #222;
    text-decoration: none;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}

.one-third,
.two-sixths {
    width: 31%;
}

.four-sixths,
.two-thirds {
    width: 65%;
}

.one-fourth {
    width: 22.5%;
}

.three-fourths {
    width: 73.5%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifths {
    width: 37.8%;
}

.three-fifths {
    width: 58.2%;
}

.four-fifths {
    width: 78.6%;
}

.one-sixth {
    width: 14%;
}

.five-sixths {
    width: 82%;
}

.first {
    clear: both;
    padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
    float: right;
    /*width: 48%;*/
    width: 100%;
}

.genesis-grid-odd {
    clear: both;
    float: left;
    width: 100%;
    /*width: 48%;*/
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    margin: 10px 0;
}

h1,
h2,
h2 a,
h2 a:visited,
.page-template-page_portfolio-php h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 10px 0 25px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
    font-size: 18px;
    margin: 0 0 5px;
}

.genesis-grid h2,
.genesis-grid h2 a {
    font-size: 28px;
}

.page-template-page_portfolio-php h2,
.page-template-page_portfolio-php h2 a,
.page-template-page_portfolio-php h2 a:visited {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}

h2 a:hover {
    color: #4D9ECF;
    text-decoration: none;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

.widget-area h4 {
    color: #313131;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}

.widget-area h4 a {
    text-decoration: none;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}

.entry-content ol {
    margin: 0;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

#content .post-info {
    border-bottom: 1px solid #ddd;
    color: #313131;
    font-size: 9px;
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#content .post-info a {
    font-weight: bold;
    text-decoration: none;
}

#content .post-info .date {
    float: right;
}

#content .post-info .author a {
    border-bottom: 5px solid #4D9ECF;
    padding: 0 8px 10px;
}

#content .post-info .author a:hover {
    border-bottom: 5px solid #222;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    color: #313131;
    font-size: 9px;
    line-height: 2;
    margin: 50px 0 0;
    padding: 15px 0 0;
    position: relative;
    text-transform: uppercase;
}

.post-meta a {
    font-weight: bold;
    text-decoration: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
    background: url(images/gray-texture.jpg);
    color: #313131;
    font-size: 14px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 40px;
    text-shadow: #fff 1px 1px;
}

.author-box p {
    color: #313131;
    font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    margin: 0 0 40px;
    padding: 20px 0;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0;
    width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
    position: absolute;
    top: -27px;
    right: 0px;
}

.post-comments a {
    background: url(images/comment-icon.jpg) no-repeat 0px 0px;
    color: #313131;
    padding: 0 0 0 20px;
}

.post-comments a:hover {
    color: #4D9ECF;
}

.tags {
    display: block;
    margin: 10px 0 0;
}


/* Images
------------------------------------------------------------ */

img {
    height: auto;
    max-width: 100%;
}

.featuredpage img,
.featuredpost img,
.post-image {
    padding: 0;
}

.page-template-page_portfolio-php .featuredpage img,
.page-template-page_portfolio-php .featuredpost img {
    margin: 0 0 10px;
}

.avatar {
    padding: 5px;
}

.author-box .avatar {
    background-color: #fff;
    border: none;
    float: left;
    height: 80px;
    margin: 0 30px 0 0;
    width: 80px;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    border: none;
    float: left;
    height: 33px;
    margin: 0 15px 0 0;
    padding: 3px;
    width: 33px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 20px;
}

img.alignleft {
    display: inline;
    margin: 0 25px 20px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 20px 25px;
}

.alignleft {
    float: left;
    margin: 0 25px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 25px;
}

.wp-caption {
    padding: 5px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 12px;
    padding: 5px 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}


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

.navigation {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #777;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 12px;
    text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #eee;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    font-size: 13px;
    /*width: 280px;*/
    width: 30%;
    padding: 40px 0 0 2%;
}

.sidebar p {
    font-size: 13px;
}

#sidebar-alt {
    float: left;
    width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt {
    float: right;
}

.sidebar .widget {
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.sidebar .widget,
.sidebar .widget p {
    color: #313131;
    font-size: 11px;
}

.sidebar .widget p {
    margin: 0 0 15px;
}

.sidebar.widget-area ul,
.sidebar.widget-area ul ul,
#footer-widgets .widget-area ul,
#footer-widgets .widget-area ul ul {
    margin: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
    background: url(images/bullet.png) no-repeat 10px 7px;
    list-style-type: none;
    padding: 0 0 7px 30px;
    word-wrap: break-word;
}

/* Home page
------------------------------------------------------------ */
.home #sidebar {
    width: 38%;
}

.home #content {
    width: 60%;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    border-bottom: none;
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 40px;
}

.page-template-page_portfolio-php .featuredpage .page,
.page-template-page_portfolio-php .featuredpost .post {
    float: left;
    margin: 0 10px 30px;
    padding: 0 0 20px;
    overflow: hidden;
    width: 300px;
}

.featuredpage .page .more-link,
.featuredpost .post .more-link {
    bottom: 0;
}

.featuredpost .post {
    padding: 0 0 70px;
}

.featuredpost .post .more-link {
    bottom: 30px;
}

.more-from-category {
    padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}


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

input[type="button"],
input[type="submit"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(images/dashes-bg.png) #4D9ECF;
    border-bottom: 1px solid #925252;
    border-left: none;
    border-right: 1px solid #925252;
    border-radius: 5px;
    border-top: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: #9e3f3f -1px -1px;
    text-transform: uppercase;
}

input:hover[type="button"],
input:hover[type="submit"] {
    background: url(images/dashes-bg.png) #be4242;
    text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
    float: right;
    padding: 20px 0 0;
}

.menu-primary .searchform {
    float: right;
}

.sidebar .searchform {
    padding: 0;
}

.s {
    -moz-box-shadow: inset 0 1px 2px 1px #eee;
    -webkit-box-shadow: inset 0 1px 2px 1px #eee;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 1px 1px #eee;
    color: #bbb;
    font-size: 9px;
    margin: 5px 2px 0 0;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 180px;
}

.searchsubmit {
    background: url(images/search-icon.png) no-repeat !important;
    border: none !important;
    height: 38px;
    margin: 2px 0 0 10px;
    vertical-align: middle;
    width: 38px;
}

.menu-primary .s {
    background-color: #fff;
    margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
    background: url(images/dashes-bg.png) #4D9ECF !important;
    border-bottom: none !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.home #sidebar .enews,
.home #sidebar .enews-widget {
    display: none;
}

#sidebar .enews {
    padding: 20px 20px 0;
}

#footer-widgets .enews {
    padding: 20px;
}

.enews p {
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    text-align: center;
    text-shadow: #a64242 -1px -1px;
}

.enews #subscribe {
    padding: 0;
}

.enews #subbox,
#blog_subscription-3 #subscribe-field-blog_subscription-3 {
    -moz-box-shadow: inset 0 1px 2px 1px #eee;
    -webkit-box-shadow: inset 0 1px 2px 1px #eee;
    background: url(images/email-icon.png) no-repeat 16px 15px #fff;
    border-bottom: none;
    border-left: 1px solid #963c3c;
    border-right: none;
    border-top: 1px solid #963c3c;
    box-shadow: inset 0 1px 1px 1px #eee;
    color: #bbb;
    font-size: 9px;
    padding: 14px 15px 14px 45px;
    text-transform: uppercase;
    width: 160px;
}

.enews h4.widgettitle {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: #a64242 -1px -1px;
    text-transform: none;
}

#subbutton {
    background: #fff;
    color: #555;
    margin-top: 15px;
    text-shadow: #fff 1px 1px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}

#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}

#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}


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

#footer-widgets {
    /*background: url(images/gray-texture.jpg);
	margin: 0 0 20px;*/
    clear: both;
    padding: 25px 0;
    overflow: hidden;
    background: #E5DCD2;
    margin: 0;
}

#footer-widgets .wrap {
    font-size: 13px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1015px;
}

#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 20px;
    padding: 0;
    text-shadow: none;
}

#footer-widgets .widget,
#footer-widgets .widget p {
    color: #313131;
    font-size: 14px;
}

#footer-widgets .widget p {
    margin: 0 0 15px;
}

#footer-widgets ul {
    margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}

.footer-widgets-1 {
    float: left;
    margin: 0 40px 0 0;
    width: 295px;
}

.footer-widgets-2 {
    float: left;
    width: 290px;
}

.footer-widgets-3 {
    float: right;
    width: 295px;
}


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

#footer {
    /*clear: both;
	color: #888;
	font-family: 'Simplon', 'simplon_bpmedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	overflow: hidden;
	padding: 27.5px 0;
	text-transform: uppercase;
	background-color: #E5DCD2;
	*/
}


#footer .gototop {
    float: left;
    padding: 0 0 0 5px;
    width: 200px;
}

#footer .gototop a {
    background: url(images/return-top-arrow.png) no-repeat center left;
    padding: 5px 0 5px 36px;
}

#footer .creds {
    float: right;
    padding: 0 10px 0 0;
    text-align: right;
    width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    font-size: 13px;
    margin: 0 0 15px;
    overflow: hidden;
}

#comments p,
#respond p {
    font-size: 13px;
}

#author,
#comment,
#email,
#url {
    font-size: 16px;
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list {
    list-style: none;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    margin: 15px 0;
    padding: 35px 35px 15px;
    text-shadow: #fff 1px 1px;
}

.comment-list li {
    list-style: none;
}

.comment-list li ul li {
    background: #fff;
    list-style-type: none;
}

.comment-list li ul li li {
    background: url(images/gray-texture.jpg);
}

.comment-list p,
.ping-list p {
    margin: 10px 5px 10px 0;
}

.comment-list cite,
.comment-list .says,
.ping-list cite {
    color: #555;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}

.commentmetadata {
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.comment-content {
    margin: 20px 0;
}

.comment-reply-link {
    border-bottom: 5px solid #4D9ECF;
    font-size: 9px;
    padding: 0 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.comment-reply-link:hover {
    border-bottom: 5px solid #222;
    text-decoration: none;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {}

.thread-alt,
.thread-even {
    background: url(images/gray-texture.jpg);
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #222;
    font-size: 16px !important;
    padding: 4px 5px !important;
}

div.gform_footer input.button {
    color: #fff;
    font-size: 11px !important;
    padding: 8px 10px !important;
}

div.gform_wrapper .ginput_complex label {
    font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

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

    body,
    .balance-landing #inner .wrap,
    .balance-landing.full-width-content #content,
    .content-sidebar-sidebar #content,
    .content-sidebar #content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .full-width-content #content,
    .header-full-width #title,
    .header-full-width #title a,
    .header-full-width #title-area,
    .home-featured-left,
    .home-featured-right,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    .wrap,
    #breadcrumb,
    #content-sidebar-wrap,
    #footer,
    #footer .creds,
    #footer .gototop,
    #header,
    #header .widget-area,
    #inner,
    #sidebar-alt,
    #title-area {
        width: 100% !important;
    }

    #description,
    #footer .creds,
    #footer .gototop,
    #title,
    #title-area {
        float: none;
        text-align: center;
    }

    #title-area {
        padding: 30px 0 20px;
    }

    .enews #subbox,
    .s,
    #blog_subscription-3 #subscribe-field-blog_subscription-3 {
        width: 60%;
    }

    #header .widget-area {
        float: none;
        margin: 0;
        padding: 0;
    }

    #header .searchform {
        float: none;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
    }

    .menu-primary,
    .menu-secondary,
    /*#header .menu,*/
    #header .widget-area,
    #title-area {
        float: none;
        text-align: center;
        width: 100%;
    }

    .menu-primary li,
    .menu-secondary li,
    #header .menu li {
        display: inline-block;
        float: none;
    }

    .menu li.right {
        display: none;
    }

    #home-featured .wrap {
        padding: 0;
    }

    .home-featured-left,
    .home-featured-right {
        border: none;
        float: none;
        margin: 0;
        padding: 10px 0 20px;
        text-align: center;
        width: 100%;
    }

    .home-featured-right .widget {
        margin: 0;
        padding: 0 20px 20px;
    }

    #inner {
        margin: 20px 0 0;
        padding: 0 0 10px;
    }

    .breadcrumb {
        padding: 15px 20px;
        margin: 0 auto;
        width: auto;
    }

    .page .page,
    .post,
    #comments,
    #respond {
        padding: 20px;
    }

    .navigation {
        padding: 0 20px;
    }

    h1,
    h2,
    h2 a,
    h2 a:visited {
        font-size: 30px;
    }

    h3,
    h4 {
        font-size: 24px;
    }

    h5,
    h6 {
        font-size: 20px;
    }

    .post-image {
        height: auto;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        float: none;
        display: block;
    }

    .archive-page {
        float: none;
        width: 100%;
    }

    .genesis-grid-even,
    .genesis-grid-odd {
        float: none;
        width: auto;
    }

    .navigation,
    .author-box {
        margin: 0;
    }

    .sidebar {
        margin: 20px 0 0;
        padding: 0;
    }

    .widget-wrap {
        padding: 0 20px;
    }

    #comments,
    #respond {
        margin: 20px 0 0;
    }

    .comment-list li,
    .ping-list li {
        padding: 20px;
        margin: 0 -10px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin: 0;
    }

    #footer .creds,
    #footer .gototop {
        padding: 2.75em 0;
        text-align: center;
    }


    #footer .gototop a {
        background: none;
        padding: 0;
    }

    #footer-widgets .wrap {
        padding: 0;
    }

}

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

    h1,
    h2,
    h2 a,
    h2 a:visited {
        font-size: 24px;
    }

    h3,
    h4 {
        font-size: 20px;
    }

    h5,
    h6 {
        font-size: 18px;
    }

    .five-sixths,
    .four-fifths,
    .four-sixths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .three-sixths,
    .two-fifths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        padding: 0;
        width: 100%;
    }

}


/* add Tuba-tech
------------------------------------------------------------ */
#subscribe-blog-blog_subscription-3 #subscribe-email {
    float: left;
    margin-left: 55px;
}

@media only screen and (max-width: 600px) {
    #subscribe-blog-blog_subscription-3 #subscribe-email {
        float: left;
        margin-left: 0px;
    }
}

@media (min-width : 414px) and (max-width : 768px) {
    #subscribe-blog-blog_subscription-3 #subscribe-email {
        width: 75%;
    }
}

#subscribe-blog-blog_subscription-3 #subscribe-submit {
    height: 40px;
    margin-top: 30px;
}

#categories-2 label.screen-reader-text,
#blog_subscription-2 #subscribe-email #jetpack-subscribe-label {
    display: none;
}

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

    #inner {
        margin: 0px 0 0;
    }

}

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

    #header .banner .rdr {}

    #header .banner .rdr #title {
        padding: 0 20px;
    }

    #header .banner .medium-up {
        float: left;
        margin: 0px 0 0 0;
    }

    #nav_menu-3 .widget-wrap {
        padding: 0;
    }

}

#header .banner {
    padding-top: 1em;
    padding-bottom: 1em;
}


@media only screen and (min-width: 769px) {
    #header .logo img {
        width: 48px !important;
        height: 48px !important;
    }
}

#header .logo img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    width: auto;
    float: left;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
    .logo-hed img {
        width: 320px !important;
    }
}

@media only screen and (max-width: 3000px) and (min-width: 991px) {
    .logo-hed img {
        width: 400px !important;
    }
}

.logo-hed img {
    height: 35px;
    margin-top: 7px;
    width: 180px;
}

@media only screen and (max-width: 768px) {
    .logo-hed img {
        margin-top: 0px;
    }
}



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

.footer {
    background: #E5DCD2;
    padding-top: 1.25em;
    padding-bottom: 1.2em;
}


#footer p {
    color: #888;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .footer--links {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer--link {
        display: inline-flex;
        margin-left: .75em;
        margin-right: .75em;
    }
}

.footer--link {
    padding: .5em;
    display: flex;
    align-items: center;
}

.footer--link.commons {
    width: 84px;
    display: inline-block;
}

.footer--link.text {
    padding-top: 3px;
}

.footer--link.commons img {
    width: 84px;
    height: 29px;
}

@media only screen and (min-width: 768px) {
    .footer--link {
        display: inline-flex;
        margin-left: .75em;
        margin-right: .75em;
    }

}

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

    #footer {
        text-align: left;
        float: left;
    }

    #footer .wrap {
        padding-left: 25px;
        padding-right: 25px;
        width: initial !important;
    }

    .footer--link {
        padding: .365em .0em;
    }
}

.footer--link img.email {
    margin-top: 0px;
    float: left;
    margin-right: 3px;
}

.footer--link img.twitter {
    margin-top: 0px;
    float: left;
    margin-right: 3px;
}

.footer--link img.rss {
    margin-top: 0px;
    float: left;
    margin-right: 3px;
}

@media only screen and (max-width: 600px) {
    .footer--link img.email {
        float: none;
    }

    .footer--link img.twitter {
        float: none;
    }

    .footer--link img.rss {
        float: none;
    }
}

.footer--link a {
    color: #4D9ECF;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
}

.footer--link a:hover {
    text-decoration: underline;
}

.footer--icon {
    text-decoration: none;
}

.footer--last {
    margin-left: auto;
}


/* ## Hamburguer menu
---------------------------------------------------------------------------------------------------- */

.nav--mobile {
    display: none;
}

@media only screen and (min-width: 769px) {
    .bttn--hamburger {
        display: none;
    }
}

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

    .medium-up {
        display: none;
    }

    #menu-redesigned-menu {
        display: none;
    }

    #header .banner .banner--internal {
        width: 100%;
        display: inline-flex;
        align-items: center;
    }

}

@media only screen and (max-width: 768px) {
    #header .wrap {
        padding: 0 32px;
        width: auto !important;
    }
}

@media only screen and (max-width: 543px) {
    #header .wrap {
        padding: 0 1em;
        width: auto !important;
    }
}

.nav--mobile #menu-redesigned-menu-1 {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: #3185b8;
    padding-bottom: 1em;
    list-style: none;
}

.nav--mobile #menu-redesigned-menu-1 li {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    padding-top: 1em;
    overflow-x: hidden;
}

.nav--mobile #menu-redesigned-menu-1 li a {
    text-transform: initial;
    color: #fff;
    padding: 0;
}

.nav--mobile #menu-redesigned-menu-1 li a:hover {
    text-transform: initial;
    padding: 0;
    margin: 0;
}

.nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a {
    text-transform: initial;
    color: #fff;
    padding: 0;
    background: url(images/ico-up.jpg) 95% center no-repeat;
}

.nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a.expanded {
    text-transform: initial;
    color: #fff;
    padding: 0;
    background: url(images/ico-down.jpg) 95% center no-repeat;
}

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

    .nav--mobile #menu-redesigned-menu-1 li a,
    .nav--mobile #menu-redesigned-menu-1 li a:hover,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a:hover {
        padding: 0 32px !important;
    }
}

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

    .nav--mobile #menu-redesigned-menu-1 li a,
    .nav--mobile #menu-redesigned-menu-1 li a:hover,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a:hover {
        padding: 0 32px !important;
        width: 90% !important;
        float: left;
    }
}

@media (min-width : 481px) and (max-width : 722px) {

    .nav--mobile #menu-redesigned-menu-1 li a,
    .nav--mobile #menu-redesigned-menu-1 li a:hover,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a:hover {
        padding: 0 32px !important;
        width: 86% !important;
        float: left;
    }
}

@media (min-width : 723px) and (max-width : 768px) {

    .nav--mobile #menu-redesigned-menu-1 li a,
    .nav--mobile #menu-redesigned-menu-1 li a:hover,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a:hover {
        padding: 0 32px !important;
        width: 90% !important;
        float: left;
    }
}

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

    .nav--mobile #menu-redesigned-menu-1 li a,
    .nav--mobile #menu-redesigned-menu-1 li a:hover,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a,
    .nav--mobile #menu-redesigned-menu-1 li.menu-item-has-children a:hover {
        padding: 0 1em !important;
        width: 90% !important;
        float: left;
    }
}

.nav--mobile #menu-redesigned-menu-1 li.current-menu-item a {
    text-decoration: underline;
}

.nav--mobile .sub-menu {
    display: none;
    background: #F5F5F5;
    float: left;
    width: 100%;
    margin-top: .5em;
}

.nav--mobile .sub-menu li {
    list-style: none;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1em !important;
    padding: 1em 0 !important;
    text-shadow: #FFF;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

.nav--mobile .sub-menu li a {
    color: #4D9ECF !important;
    text-decoration: none !important;
    background: none !important;
}

.nav--mobile .sub-menu li a:hover {
    color: #4D9ECF;
    text-decoration: underline !important;
    background: none !important;
}

.bttn--hamburger {
    margin: -4px 0 0 auto;
    position: relative;
    overflow: hidden;
    width: 36px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    transition: background 0.4s ease-out;
    background-color: transparent;
    outline: 0;
}

.bttn--hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 3px;
    right: 3px;
    height: 5px;
    background: #fefded;
    transition: background 0s 0.15s;
}

.bttn--hamburger::focus {
    outline: none;
}

.bttn--hamburger ::before,
.bttn--hamburger ::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fefded;
    content: "";
    transition-duration: 0.15s, 0.15s;
    transition-delay: 0.15s, 0s;
}

.bttn--hamburger ::before {
    top: -10px;
    transition-property: top, transform;
}

.bttn--hamburger ::after {
    bottom: -10px;
    transition-property: bottom, transform;
}

.bttn--hamburger.active span {
    background: none;
}

.bttn--hamburger.active span::before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.15s
}

.bttn--hamburger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.15s
}

.nav--mobile .widget-wrap {
    padding: 0;
}

.link-footer-margin {
    margin-top: 2px;
}

#menu-item-817 a {
    min-width: 90px;
}

/* Grid
------------------------------------------------------------ */
.loop-wrap {
    border: 1px solid #EFEEEF;
    border-top: 0;
    padding: 15px 20px 0 30px;
}

h3.loop-title {
    background-color: #EFEEEF;
    font-size: 16px;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
}

.post.genesis-grid {
    background: none;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
}

.float-left {
    float: left;
    width: 30%;
}

.float-left img {
    height: auto;
    width: 100%;
}

.float-right {
    float: right;
    padding-left: 5%;
    width: 65%;
}

.float-right h2 {
    border-bottom: 1px solid #4D9ECF;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
}

.float-right h2 a {
    color: #4D9ECF;
    font-size: 18px;
    margin: 0;
}

#content .float-right .post-info {
    border: 0;
    color: #8c8c8c;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 50%;
}

#content .float-right .post-info span {
    display: inline;
}

#content .float-right .post-info .date {
    display: inline;
    float: none;
    border-left: 1px solid #8c8c8c;
    padding-left: 3px;
}

#content .float-right .post-info .author a {
    color: #8c8c8c;
    font-weight: normal;
    padding: 0;
    border: 0;
}

#content .float-right .post-meta {
    border: 0;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
}

#content .float-right .post-meta a {
    background-color: #EFEEEF;
    color: #094467;
    font-weight: normal;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content .float-right .entry-content {
    margin: 0 0 0px;
    position: relative;
    display: none;
}

/* Responsive
------------------------------------------------------------ */
@media only screen and (max-width: 480px) {

    .float-left {
        float: none;
        width: 100%;
    }

    .float-left img {
        margin-bottom: 15px;
    }

    .float-right {
        float: none;
        padding: 0;
        width: 100%;
    }

    .loop-wrap {
        border: 1px solid #EFEEEF;
        border-top: 0;
        padding-left: 20px;
    }

    #text-5 {
        display: none;
    }

    #custom_html-3 {
        display: block !important;
        margin-top: 20px;
    }

    #text-7 ul {
        float: none !important;
        margin-bottom: 10px;
        width: 100% !important;
    }

    .recent-post-slider.design-5 h2.wp-post-title {
        max-height: 80px;
        /*fallback */
        -webkit-line-clamp: 3 !important;
        /* number of lines to show */
    }

}

/* Sidebar
------------------------------------------------------------ */
.sidebar .widget {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#sidebar .widget-wrap {
    border: 1px solid #EFEEEF;
}

#sidebar .widget-wrap .widget-title.widgettitle {
    background-color: #EFEEEF;
    color: #284B57;
    font-size: 16px;
    font-weight: 100;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
}

/* Recent entries
------------------------------------------------------------ */
.sidebar .widget_recent_entries ul li {
    margin-bottom: 15px;
}

.sidebar .widget_recent_entries .post-meta {
    border: 0;
    margin-top: 10px;
    padding: 0;
}

.sidebar .widget_recent_entries .post-meta a {
    background-color: #EFEEEF;
    color: #094467;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Map
------------------------------------------------------------ */

#text-5 {
    background-color: #4D9ECF;
    padding: 20px;
    margin-bottom: 20px;
}

#text-5 * {
    color: #FFFFFF;
}

#text-5 .widget-wrap {
    border: 0;
}

#text-5 .widget-wrap .widget-title.widgettitle {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 20px;
    padding: 0;
    height: inherit;
    line-height: inherit;
    text-transform: capitalize;
}

#text-5 p {
    margin: 15px 0 0 0;
    text-align: justify;
}

#custom_html-3 {
    display: none;
}

#custom_html-3 {
    background-color: #4D9ECF;
    padding: 20px;
    margin-bottom: 20px;
}

#custom_html-3 * {
    color: #FFFFFF;
}

#custom_html-3 .widget-wrap {
    border: 0;
    padding: 0;
}

#custom_html-3 .widget-wrap .widget-title.widgettitle {
    background-color: transparent;
    color: #FFFFFF;
    padding: 0;
    height: inherit;
    text-transform: capitalize;
    font-size: 23.686px;
    line-height: 1.1;
    font-weight: bold;
}

#custom_html-3 p {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: 15.5px;
}

#custom_html-3 a {
    color: #FFFFFF !important;
}


.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
    background: none;
    padding: 5px 20px;
}

/* Company Report Cards
------------------------------------------------------------ */

#text-7 .textwidget {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

#text-7 ul {
    float: left;
    width: 50%;
}

#text-7 ul li {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 25px;
}


#text-7 ul li .first {
    padding: 0;
}

#text-7 .fa {
    font-size: 10px;
}

#text-7 ul li a {
    color: #9E9DA0;
    padding-left: 5px;
}

#text-7 ul.telco li .fa {
    color: #F8AF5D;
}

#text-7 ul.internet li .fa {
    color: #EC2227;
}

/* Blog subscription
------------------------------------------------------------ */

#blog_subscription-2 .widget-wrap {
    border: 0;
}

#subscribe-blog-blog_subscription-2 {
    border-bottom: 2px solid #4D9ECF;
    overflow: hidden;
    padding-bottom: 5px;
}

#subscribe-email {
    float: left;
    margin: 0;
    width: 90%;
}

#subscribe-email input {
    border: 0;
    margin-left: 10px;
    padding-left: 5px;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    border-left: 2px solid #E5E5E5;
}

#subscribe-email input:invalid {
    box-shadow: none;
}

#subscribe-submit {
    float: right;
    margin: 0;
    width: 10%;
}

#subscribe-submit input[type="button"],
#subscribe-submit input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: url(images/mail.png) 50% 50% no-repeat;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 0;
    text-indent: -9999px;
    height: 19px;
    width: 19px;
}

#subscribe-submit input:hover[type="button"],
#subscribe-submit input:hover[type="submit"] {
    background: url(images/mail.png) 50% 50% no-repeat;
    text-decoration: none;
}

/* Single page
------------------------------------------------------------ */
#content .post-meta-wrap {
    border-bottom: 1px solid #4DA7DB;
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 5px;
}

#content .post-meta-wrap * {
    color: #585858;
    font-size: 12px;
    font-weight: normal;
}

#content .post-meta-wrap .post-info {
    border: 0;
    float: left;
    margin: 2px 0 0 0;
    padding: 0;
    width: 50%;
}

#content .post-meta-wrap .post-info a,
#content .post-meta-wrap .post-info a:hover {
    border: 0;
    color: #585858;
    font-weight: normal;
    padding: 0;
}

#content .post-meta-wrap .post-info .date {
    float: none;
    margin-left: 7px;
}

#content .post-meta-wrap .post-meta {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
}

#content .post-meta-wrap .post-meta a {
    background-color: #EFEEEF;
    color: #094467;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.footer {
    background: #000000;
    overflow: hidden;
    padding-top: 3em;
    padding-bottom: 2.5em;
}

.footer .one-third {
    margin-bottom: 0;
}

.footer ul {
    border-left: 1px solid #ffffff;
    padding-left: 20px;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    color: #ffffff;
}

.footer ul li i {
    margin-right: 8px;
}

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);

/* Search
------------------------------------------------------------ */
.medium-up {
    position: relative;
}

#search-4 input[type="text"] {
    display: inline-block;
    border: none;
    box-shadow: none;
    outline: none;
    color: #FFF;
    padding: 3px;
    padding-right: 30px;
    width: 0px;
    position: absolute;
    top: 12px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#search-4 input::-webkit-input-placeholder {
    color: #FFF;
}

#search-4 input::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

#search-4 input:-ms-input-placeholder {
    color: #FFF;
}

#search-4 input:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

#search-4 input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

#search-4 input[type="text"]:focus {
    width: 150px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

#search-4 button[type="submit"] {
    background-color: transparent;
    height: 20px;
    width: 25px;
    display: inline-block;
    color: #FFFFFF;
    float: right;
    border: none;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
}

h1 {
    font-size: 31.573px;
    line-height: 1.1;
    font-weight: bold;
    color: #4D9ECF;
}

/* h2 la loop */
.float-right h2 a {
    color: #4D9ECF;
    font-size: 17.33px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3em;
}

.float-right h2 a:hover {
    color: #094467 !important;
}


/* Side bar */

#subscribe-email input {
    border: 0;
    margin-left: 0px;
    padding-left: 5px;
    font-family: "Simplon";
    border-left: 2px solid #E5E5E5;
}

#text-5 .widget-wrap .widget-title.widgettitle {
    font-size: 23.686px;
    line-height: 1.1;
    font-weight: bold;
}

.sidebar .widget,
.sidebar .widget p {
    font-size: 15.5px;
    line-height: 1.4em;
    text-align: left !important;
    font-weight: 200 !important;
}

#text-5 {
    padding: 25px;
}

#text-5 p {
    margin: 30px 0 0 0;
    text-align: justify;
}

#text-5 .textwidget a {
    color: #fff !important;
    border-bottom: 2px solid #efeeef !important;
    padding: 0 2px
}

#text-5 .textwidget a:hover {
    text-decoration: none;
    border-bottom: 2px solid #094467 !important
}

/* Post */
p {
    color: #1c2134;
    font-family: 'Simplon';
    font-size: 17.769px;
}

p a {
    color: #4D9ECF !important;
    text-decoration: none;
    border-bottom: 0px !important;
    cursor: pointer;
    padding: 0 2px;
}

p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #094467 !important;
}

/*Post Block  */


#content {
    padding-top: 35px;
}

#content .post-meta-wrap {
    border-bottom: 2px solid #4DA7DB;
}

.sidebar {
    width: 33%;
    padding: 40px 0 0 1%;
}

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 10px;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    line-height: 1.5;
    margin: 0 0 15px;
}

#content .float-right .post-meta a:hover {
    text-decoration: underline;
}


/* pagination mobile */
.navigation ul {
    margin: 0;
    padding: 0 0 10px 0;
}

/* Second level , List */
.entry-content ol li {
    margin: 0 0 0 35px;
    color: #1c2134;
    font-family: 'Simplon';
    font-size: 17.769px;
}

.entry-content ul li {
    margin: 0 0 0 35px;
    color: #1c2134;
    font-family: 'Simplon';
    font-size: 17.769px;
}

.entry-content li a:hover {
    text-decoration: none !important;
    border-bottom: 2px #1c2134 solid !important;
}

#recent-posts-2 ul li a:hover {
    text-decoration: none !important;
    border-bottom: 2px #1c2134 solid !important;
}

#recent-posts-2 ul li a {
    line-height: 1.4;
}

#archives-2 ul li a:hover {
    text-decoration: none !important;
    border-bottom: 2px #1c2134 solid !important;
}

h1 {
    line-height: 1.2 !important;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

/**********Recent Post Slider*********/
/***************Design-5**************/

#wppsac-post-slider-1.wppsac-post-slider button.slick-arrow {
    background-color: transparent !important;
    cursor: pointer;
    width: 40px;
    height: 35px;
    position: absolute;
    z-index: 9;
    border: 0px !important;
    padding: 0 !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

#wppsac-post-slider-1.wppsac-post-slider button.slick-next,
.wppsac-post-slider button.slick-next:hover,
.wppsac-post-slider button.slick-next:focus {
    background: rgba(0, 0, 0, 0.5) url(https://rankingdigitalrights.org/wp-content/uploads/2018/01/arrow-right.png) center center no-repeat !important;
    background-size: 24px 16px !important;
    outline: none !important;
    box-shadow: none;
}

#wppsac-post-slider-1.wppsac-post-slider button.slick-prev,
.wppsac-post-slider button.slick-prev:hover,
.wppsac-post-slider button.slick-prev:focus {
    background: rgba(0, 0, 0, 0.5) url(https://rankingdigitalrights.org/wp-content/uploads/2018/01/arrow-left.png) center center no-repeat !important;
    background-size: 24px 16px !important;
    outline: none !important;
    box-shadow: none;
}

.wppsac-post-slider.design-5 .wppsac-post-image-bg {
    background: #f1f1f1;
    height: 235px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wppsac-post-slider.design-5 .wppsac-post-short-content {
    clear: both;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    color: #4D9ECF;
    left: 0;
    padding: 15px 30px 35px 30px;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
}

.wppsac-post-slider.design-5 .wppsac-post-content {
    opacity: 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
}

.wppsac-post-slider.design-5 .wppsac-post-overlay:hover>.wppsac-post-short-content .wppsac-post-content {
    opacity: 1;
    height: auto;
}

.wppsac-post-slider.design-5 .wppsac-post-overlay:hover>.wppsac-post-short-content {
    height: 70%;
}

.wppsac-post-slider.design-5 .wppsac-post-categories {
    left: 0;
    top: 0px;
    position: absolute;
}

/* TODO: 1 case for design-3 hasn't been changed in the source https://plugins.trac.wordpress.org/changeset/2218118/wp-responsive-recent-post-slider/trunk/assets/css/recent-post-style.css */
/* TODO: watch for future updates */

.wppsac-post-slider.design-5 .wppsac-post-categories ul.wppsac-post-categories-list li {
    margin: 0 2px 2px 0 !important;
}

.wppsac-post-slider.design-5 h2.wppsac-post-title a,
.wppsac-post-slider.design-5 .wppsac-post-content a.readmorebtn,
.wppsac-post-slider.design-5 .wppsac-post-content p {
    color: #FFF;
}

.wppsac-post-slider.design-5 .slick-arrow {
    top: 0px !important;
    bottom: auto !important;
}

.wppsac-post-slider.design-5 .slick-next {
    right: 0px !important;
}

.wppsac-post-slider.design-5 .slick-prev {
    right: 41px !important;
    left: auto !important;
}

.wppsac-post-slider.design-5 .slick-dots {
    left: 15px !important;
    bottom: 2px !important;
}

.wppsac-slick-slider-wrp.wppsac-clearfix {
    border: 1px solid #EFEEEF;
}


.wppsac-post-slider.design-5 .wppsac-post-image-bg {
    height: 335px !important;
}

.wppsac-post-slider.design-5 .wppsac-post-image-bg img {
    width: 99.99%;
}

.wppsac-post-slider.design-5 .wppsac-post-short-content {
    clear: both;
    background: none !important;
    bottom: 0;
    color: #4D9ECF;
    left: 0;
    padding: 15px 30px 15px 30px;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
    min-height: 130px;
}

/*
.wppsac-post-slider.design-5 h2.wppsac-post-title {
	margin: 5px 0 0 0 !important;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	line-height: 16px; 
   	max-height: 55px;
	-webkit-line-clamp: 2;
   	-webkit-box-orient: vertical;
}
*/
.wppsac-post-slider.design-5 .wppsac-post-datetime {
    color: #313131;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
}

.wppsac-post-slider.design-5 .wppsac-post-category {
    position: absolute;
    bottom: 15px !important;
    right: 25px !important;
}

.wppsac-post-slider.design-5 .wppsac-post-category ul.wppsac-post-categories-list {
    margin: 0px !important;
}

.wppsac-post-slider.design-5 .wppsac-post-category ul.wppsac-post-categories-list li {
    display: inline;
    color: #313131;
    font-size: 12px;
    text-transform: uppercase;
    list-style-type: none;
    margin-left: 3px;
}

.wppsac-post-slider.design-5 .wppsac-post-category ul.wppsac-post-categories-list li a {
    background-color: #EFEEEF;
    color: #65AAD4;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wppsac-post-slider.design-5 h2.wppsac-post-title a,
.wppsac-post-slider.design-5 .wppsac-post-content a.readmorebtn,
.wppsac-post-slider.design-5 .wppsac-post-content p {
    color: #4D9ECF !important;
}

.wppsac-post-slider.design-5 h2.wppsac-post-title a {
    font-size: 23.686px;
    line-height: 1.1;
    font-weight: bold !important;
}

.wppsac-post-slider.design-5 h2.wppsac-post-title a:hover {
    color: #094467 !important;
}

.wppsac-post-slider.design-5 .wppsac-post-datetime {
    color: #8c8c8c;
}

/*  category */
.wppsac-post-slider.design-5 .wppsac-post-category ul.wppsac-post-categories-list li a {
    color: #094467;
    padding: 3px 8px;
}

/* White space under photo */

.wppsac-post-slider.design-5 .wppsac-post-short-content {
    min-height: 120px;
}

@media screen and (min-width: 1400px) {
    .wppsac-post-slider .wppsac-post-image-bg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .wppsac-post-slider.design-5 .wppsac-post-image-bg {
        height: 400px !important;
    }
}

/***********MOBIL**************/

@media screen and (max-width: 600px) {
    .wppsac-post-slider.design-5 .wppsac-post-category ul.wppsac-post-categories-list li {
        display: inline !Important;
        color: #313131;
        font-size: 10px;
    }

    /* image slider */
    .wppsac-post-slider.design-5 .wppsac-post-image-bg {
        height: 285px !Important;
    }

    /* slider h2 */
    .wppsac-post-slider.design-5 h2.wppsac-post-title a,
    .wppsac-post-slider.design-5 .wppsac-post-content a.readmorebtn,
    .wppsac-post-slider.design-5 .wppsac-post-content p {
        font-size: 20px !Important;
        line-height: 1 !Important;
    }

    /* Author date */
    .wppsac-post-datetime {
        position: absolute !Important;
        top: 390px;
    }

    /* Categories */
    .wppsac-post-slider.design-5 .wppsac-post-category {
        position: absolute !Important;
        bottom: 15px !important;
        left: 15px !important;
    }

    .wppsac-post-slider.design-5 .wppsac-post-short-content {
        padding: 15px 30px 15px 20px;
        min-height: 170px !Important;
    }
}

/*** END CUSTOM SLIDER ***/