* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/

/* ================ CSS Starts =====================

-----------------------------------------------------------
Base CSS
-----------------------------------------------------------*/
body {
    background-color: #ffffff;
    color: #535353;
    font-family: verdana;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

a {
    color: #003366;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


/*-----------------------------------------------------------
Heading 1 CSS
-----------------------------------------------------------*/
h1,
h1#page-title,
.editor-content h1 {
    color: #003366;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 0;
}

/*-----------------------------------------------------------
Heading 2 CSS
-----------------------------------------------------------*/
h2,
.tmf-post > h2{
    color: #003366;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 0;
}

h2 a,
.tmf-post > h2 a {
    color: #003366;
    text-decoration: none;
}

h2 a:hover,
.tmf-post > h2 a:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------------
Heading 3 CSS
-----------------------------------------------------------*/
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #003366;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a{
    color: #003366;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover{}

/*-----------------------------------------------------------
Heading 4 CSS
-----------------------------------------------------------*/
h4, 
.tmf-post > h4 {
    color: #003366;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0;
}

h4 a, 
.tmf-post > h4 a {
    color: #003366;
}

blockquote {
    margin-left: 2em;
    margin-bottom:1em;
    margin-top:2em;
    font-style: normal;
}
/*-----------------------------------------------------------
Header CSS
-----------------------------------------------------------*/
#header-wrapper{}

#header{
    padding: 10px 0;
}

#header-cell-1 .logo {
    max-width: 273px;
    width: 64%;
}

#header-wrapper #header-cell-2 {
    text-align: right;
    vertical-align: middle;
}

.search-form {
    float: right;
    margin-top: 10px;
    position: relative;
    width: 250px;
}

.search-form input[type="search"] {
    background: rgba(0, 0, 0, 0) url(../images/search_icon.png) no-repeat scroll 5px 5px;
    border: 1px solid #d6d6d6;
    color: #939598;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 0 20px;
    width: 230px;
    height: 25px;
}

.search-form button[type="submit"] {
    background: #003366 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    line-height: 13px;
    /* padding: 3px 7px; */
    position: absolute;
    right: 1px;
    top: 1px;
    height: 23px;
    width: 30px;
}

@media only screen and (max-width : 900px) {
    #header-wrapper #header-cell-1,
    #header-wrapper #header-cell-2 {
        text-align: center;
    }
    .search-form {
        float: none;
        margin: 15px auto 0;
    }
}


/*-----------------------------------------------------------
Primary Nav CSS
-----------------------------------------------------------*/
#primary-nav-wrapper {}

#primary-nav {
    padding: 0;
}

#primary-nav .menu {}

#primary-nav .menu > .menu-item {
    border-left: none;
}

#primary-nav .menu > .menu-item.first {
    border-left: medium none;
}

#primary-nav .menu > .menu-item.last {}

#primary-nav .menu > .menu-item > a {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    /*padding: 15px 20px;*/
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 8px solid #fff;
}

#primary-nav .menu > .menu-item:hover a{
    color: #003366;
    border-bottom: 8px solid #003366;
}

#primary-nav .menu > .menu-item.current-menu-item a, 
#primary-nav .menu > .menu-item.current-menu-parent a {
    color: #003366;
    border-bottom: 8px solid #003366;
}

/*#primary-nav .menu > .menu-item:hover > a {}*/

#primary-nav .menu .sub-menu {
    background-color: #2659a2;
}

#primary-nav .menu .sub-menu {
    background-color: #2659a2;
    min-width: 280px;
}

#primary-nav .menu li > div > ul > li > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 30px;
    text-decoration: none;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #243b77;
}

#primary-nav .menu-bar {
    background-color: #003366;
    color: #fff;
}

#primary-nav .menu-bar::before {
    background-position: -558px 0;
}

html.mobile-nav #primary-nav .menu {
}

html.mobile-nav #primary-nav .menu > .menu-item {
    border-left: medium none;
    border-top: 1px solid #fff;
}

html.mobile-nav #primary-nav .menu > .menu-item > a {
    font-size: 16px;
    padding: 10px;
}

@media screen and (max-width: 1200px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 15px;
        border-bottom: 5px solid #fff;
    }

    #primary-nav .menu > .menu-item:hover a{
        border-bottom: 5px solid #003366;
    }

    #primary-nav .menu > .menu-item.current-menu-item a, 
    #primary-nav .menu > .menu-item.current-menu-parent a {
        border-bottom: 5px solid #003366;
    }
}

@media screen and (max-width: 1050px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 13px;
    }
}

@media screen and (max-width: 900px) {
    #primary-nav .menu-bar {
        display: block;
    }

    #primary-nav .menu {
        display: none;
    }

    #primary-nav .menu > .menu-item {
        display: block;
        padding: 0;
    }

    #primary-nav .menu > .menu-item > a {
        border-bottom: none;
    }

    #primary-nav .menu > .menu-item:hover a{
        color: #003366;
        border-bottom: none;
    }

    #primary-nav .menu > .menu-item.current-menu-item a, 
    #primary-nav .menu > .menu-item.current-menu-parent a {
        border-bottom: none;
    }

    #primary-nav .menu > .menu-item > a{
        padding: 10px 0;
        border-bottom: none;
        font-size: 16px;
    }

    #primary-nav .menu .sub-menu {
        width: 100%;
        text-align: center;
    }

    #primary-nav .menu .sub-menu .menu-item > a {
        padding: 8px 15px 5px;
    }
}


/*-----------------------------------------------------------
Bollboard CSS
-----------------------------------------------------------*/
#billboard {
    background: rgba(0, 0, 0, 0) url("../images/blog_billboard_main.jpg") repeat scroll 0 0 / cover ;
    padding: 10px 0 30px;
    border-bottom: 10px solid #003366;
}

#billboard h1 {
  color: #ffffff;
  font-family: "Cardo",serif;
  font-size: 53px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

#billboard p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    font-family: "Cardo",serif;
    line-height: normal;
    margin: auto;
    max-width: 525px;
    text-align: center;
}

.billboard-link {
    color: #fff;
    text-decoration: none !important;
}

#billboard .social-icons {
    bottom: -45px;
    display: inline-block;
    position: absolute;
    right: 10px;
}

#billboard .social-icons .icon {
    height: 38px;
    width: 38px;
}

#billboard .social-icons .facebook {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -14px -11px;
}

#billboard .social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -58px -11px;
}

#billboard .social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -102px -11px;
}

#billboard .social-icons .youtube {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -146px -11px;
}

@media screen and (max-width: 850px) {
    #billboard .social-icons {
        bottom: 0;
        margin-top: 25px;
        position: static;
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    #billboard h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 350px) {
    #billboard h1 {
        font-size: 30px;
    }
}


/*-----------------------------------------------------------
Tagline CSS
-----------------------------------------------------------*/
#tagline-wrapper{}

#tagline {
    background: rgba(0, 0, 0, 0) url("../images/blog_billboard_main.jpg") repeat scroll 0 0 / cover ;
    padding: 60px 0 60px;
    border-bottom: 10px solid #003366;
    text-align: center;
}

#tagline div#page-title,
#tagline h1#page-title {
  color: #fff;
  display: inline-block;
  font-family: "Cardo",serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 90px;
  padding: 0px 20px;
  text-transform: none;
}

@media screen and (max-width: 850px) {
    #tagline div#page-title {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #tagline h1#page-title,
    #tagline div#page-title {
        font-size: 30px;
        line-height: normal;
    }
}

@media screen and (max-width: 400px) {
    #tagline h1#page-title,
    #tagline div#page-title {
        font-size: 24px;
    }
}

/* ======================================== *
        Main Body Section
 * ======================================== */
#body-wrapper {}

#body {
    padding-bottom: 30px;
}

#body-cell-1 {
    padding: 25px 0 !important;
}


/*-----------------------------------------------------------
Home Body CSS
-----------------------------------------------------------*/
#home-body-cell-2 {
    padding: 25px 0;
}


/*-----------------------------------------------------------
Single Post Navigation CSS
-----------------------------------------------------------*/
.single-post-nav {
    border-top: 1px solid #b3b3b4;
    margin-top: 50px;
    padding: 25px 0;
    text-align: center;
}

.single-post-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-nav ul li {
    border-right: 1px solid #b3b3b4;
    display: inline-block;
    padding: 5px 20px;
}

.single-post-nav ul li:last-child{
    border: none;
}
.single-post-nav ul li a {
    color: #003366;
    font-size: 15px;
    text-decoration: none;
}


/*-----------------------------------------------------------
Footer CSS
-----------------------------------------------------------*/
#footer-wrapper{}

#footer{
    border-top: 1px solid #b3b3b4;
    padding: 25px 0 135px;
}

#footer p{
    margin-bottom: 0;
}

#footer .social-icons {
    margin-top: 15px;
    display: inline-block;
}

#footer .social-icons .icon {
    height: 38px;
    width: 38px;
}

#footer .social-icons .facebook {
    background: none;
    display: none;
}

#footer .social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -58px -11px;
}

#footer .social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -102px -11px;
}

#footer .social-icons .youtube {
    background: rgba(0, 0, 0, 0) url("../images/blog_icon_sprite.png") repeat scroll -146px -11px;
}

#footer-cell-2{
    text-align: right;
}

.copyright{
    color: #003366;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

@media screen and (max-width: 850px) {
	#footer-cell-1,
	#footer-cell-2{
	    text-align: center;
	}
}


/*-----------------------------------------------------------
Sidebar CSS
-----------------------------------------------------------*/
#home-body-cell-1 .inner,
#home-body-cell-3 .inner,
#body-cell-2 .inner{
    padding: 0;
}

.tmf-module-area.tmf-multi-module-area{}


#body-cell-2 .tmf-module, 
#body-cell-3 .tmf-module,
#home-body-cell-1 .tmf-module,
#home-body-cell-3 .tmf-module {
    margin-bottom: 25px;
}

#body-cell-2 .tmf-module:last-child, 
#body-cell-3 .tmf-module:last-child,
#home-body-cell-1 .tmf-module:last-child,
#home-body-cell-3 .tmf-module:last-child {
    margin-bottom: 0;
}

#body-cell-2 .inner,
#home-body-cell-3 .inner {
    margin-top: 16px;
}

#home-body-cell-3 h3.tmf-module-title, 
#body-cell-2 h3.tmf-module-title{
    margin-bottom: 15px;
}

.author-single-box {
    padding: 15px;
    text-align: center;
}

.author-image{}

.author-image img{
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 120px;
    max-height: 120px;
}

.author-name {
    color: #535353;
    font-size: 15px;
    margin-bottom: 10px;
}

.author-name a {
    text-decoration: none !important;
}

.author-single-box h4 {
    color: #003366;
    font-size: 14px;
    font-weight: 700;
}

.author-single-box h4 a {
    text-decoration: none;
}

.author-single-box > p {
  color: #003366;
  font-size: 14px;
  line-height: 1.4em !important;
}


.tmf-module.tmf-module-4251 p{
	margin-bottom: 0 !important;
}

.post-author-name {
  color: #535353;
  font-size: 14px;
  font-weight: 700;
}

h3.tmf-module-title {
    background: #003366 none repeat scroll 0 0;
    color: #fff;
    font-family: "Cardo",serif;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}


@media screen and (max-width: 850px) {
    #home-body-cell-1 .inner,
    #home-body-cell-3 .inner,
    #body-cell-2 .inner{
        padding: 0 25px;
    }
}



/*-----------------------------------------------------------
Sidebar Subscriber CSS
-----------------------------------------------------------*/
#body-cell-2 .tmf-form_wrapper, 
#home-body-cell-3 .tmf-form_wrapper{
  padding: 0 10px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li,
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper ul.gform_fields li{
    padding: 0 !important;
}
#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=text],
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper input[type=text] {
    margin: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield,
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper ul li.gfield{
    margin-top: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label,
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_radio,
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_radio{
    margin-top: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio, 
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    margin: 0 auto !important;
    width: 140px !important;
}

#body-cell-2 input[type="text"], 
#home-body-cell-3 input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #003366;
  border-radius: 0;
  box-shadow: 0 1px 1px #e2e2e2 inset;
  color: #45484d;
  font-size: 17px !important;
  margin-bottom: 10px !important;
  max-width: 100%;
  padding: 5px 10px !important;
  text-align: center;
}

#body-cell-2 input[type=text]:focus,
#home-body-cell-3 input[type=text]:focus {
    border: 2px solid #003366;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_radio li label, 
#home-body-cell-3 .gform_wrapper.tmf-form_wrapper .gfield_radio li label {
  color: #003366;
  font-size: 15px;
  margin: 5px 0 0 4px;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    margin-top: 0;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper input[type=submit]{
    font-size: 17px !important;
    font-weight: bold;
    padding: 10px 30px !important;
    background-color: #535353;
    cursor: pointer;
    border: 1px solid #535353;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
    font-family: verdana;
}


/*-----------------------------------------------------------
Sidebar category Selectbox CSS
-----------------------------------------------------------*/
#body-cell-2 select, 
#home-body-cell-3 select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/cat_arrow.png") no-repeat scroll 95% 12px;
  border: 2px solid #003366;
  color: #535353;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 40px;
  height: 35px;
  width: 100%;
  cursor: pointer;
}

#body-cell-2 select, 
#home-body-cell-3 select option{
    cursor: pointer;
}

.category-select {
    padding: 0 10px;
    overflow: hidden;
}

.taxonomy-list .taxonomy-item .children {
    margin-left: 0px;
}

.taxonomy-list .taxonomy-item:first-child {
    padding-top:5px;
}



/*-----------------------------------------------------------
Sidebar Archive Calander CSS
-----------------------------------------------------------*/
#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation {
  background-color: #fff;
  border-bottom: 1px solid #000;
  color: #000;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .prev-year, 
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .prev-year, 
#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .next-year,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .next-year {
  color: #000;
  font-size: 18px;
}

#body-cell-2 .prev-year i,
#body-cell-2 .next-year i,
#home-body-cell-3 .next-year i,
#home-body-cell-3 .prev-year i {
  font-size: 24px;
  width: 15px;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > a.title, 
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > a.title {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .prev-year:hover, 
#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .next-year:hover,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .prev-year:hover, 
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .next-year:hover {
  background-color: #fff;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > .arrow-down,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > .arrow-down {
  color: #000;
  font-size: 14px;
  background-color: #fff;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > .arrow-down:hover,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container > .arrow-down:hover {
  background-color: #fff;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container:hover > .arrow-down,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container:hover > .arrow-down {
  background-color: #fff;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .month, 
#body-cell-2 .calendar-archives.twentyfourteenlight .day,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .month, 
#home-body-cell-3 .calendar-archives.twentyfourteenlight .day {
  background-color: #fff;
  color: #000;
}


#body-cell-2 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container li > a:hover,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .calendar-navigation > .menu-container li > a:hover {
  background-color: #F4F4F4;
  color: #000;
}

#body-cell-2 .calendar-archives.twentyfourteenlight .month.has-posts a:hover, 
#body-cell-2 .calendar-archives.twentyfourteenlight .day.has-posts a:hover,
#home-body-cell-3 .calendar-archives.twentyfourteenlight .month.has-posts a:hover, 
#home-body-cell-3 .calendar-archives.twentyfourteenlight .day.has-posts a:hover {
  background-color: #000;
}


/*-----------------------------------------------------------
Page Navigation CSS
-----------------------------------------------------------*/
.page-navigation {
    margin: 50px 0 0;
    text-align: center;
}

.page-navigation .page-numbers {
    border-right: 1px solid #b3b3b4;
    padding: 0;
    width: 35px;
}

.page-navigation a, .page-navigation span {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

/*Special Category Pages*/

.category-swip-report .tmf-post-list.medium,
.category-claims-interpreted .tmf-post-list.medium {
    position: relative;
    top:-40px;
}



.category-author-image {
    position: relative;
    top:-70px;
}

.category-author-image img {
    border:2px #003366 solid;
    box-shadow: 5px 5px 5px black;
    float:left;
    margin-right:15px;
}

.editor-content .category-author-text a {
    text-decoration: none;
}
.category-author-text span.category-author-name {
    color:#003366;
    font-size:1.2em;
    font-weight: 600;
}

.category-author-text span.category-author-byline {
    color:#003366;
    font-size:1.0em;
    font-style: italic;
}


/*-----------------------------------------------------------
Misc CSS
-----------------------------------------------------------*/



.tmf-webinar-button {
    font-size: 1.25em;
    padding: 6px 10px;
    background: #535353;
    border: 1px solid #535353;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    text-transform: none;
    transition: all 0.3s ease 0s;
    max-width: 130px;
    text-align: center;
    margin: auto;
    margin-top:15px;
    display: block;
    text-decoration: none !important;
}

.tmf-webinar-button:hover {
    color: #fff !important;
    text-decoration: none;
}

.social-buttons-custom > div {
    display: inline-flex;
}

.social-buttons-custom > div a {
    background: url("../images/blog_icon_sprite.png");
    display: block;
    height: 40px;
    width: 40px;
    font-size: 0;
}

.social-buttons-custom .facebook-like a {
    background-position: -13px -10px;
}

.social-buttons-custom .twitter-tweet a {
    background-position: -102px -10px;
}

.social-buttons-custom .linkedin-share a {
    background-position: -58px -10px;
}

/* ======================================== *
    Social Links Section
 * ======================================== */
 .social-icons {
    vertical-align: middle;
}

.social-buttons li {
    display: inline-block;
    transition: all .3s ease;
    margin-right: 15px;
}

.social-buttons li a {
    background-color: #4db2ec;
    color: #fff;
    width: 100%;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all .3s ease;
}

.social-buttons li.sharify-btn-gplus i:before {
    font-size: 1.3em;
    vertical-align: middle;
}

.social-buttons li.sharify-btn-facebook a {
    background-color: #3b5998 !important;
}

.social-buttons li.sharify-btn-gplus a {
    background-color: #b00 !important;
}

.social-buttons li.sharify-btn-linkedin a {
    background-color: #007bb6 !important;
}

.social-buttons li.sharify-btn-linkedin a {
    background-color: #007bb6 !important;
}

.social-buttons li.sharify-btn-linkedin a:hover {
    background-color: #0E2E6F !important;
}

.social-buttons li.sharify-btn-facebook a:hover {
    background-color: #0E2E6F !important;
}

.social-buttons li.sharify-btn-twitter a:hover {
    background-color: #0c8eda !important;
}

.social-buttons li.sharify-btn-gplus a:hover {
    background-color: #A30505 !important;
}

@media screen and (max-width: 500px) {
    .social-buttons li {
        margin-bottom: 15px;
    }
}