/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*
body {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
}
*/
div#alli-home-slider_forcefullwidth {
    margin-bottom: 30px !important;
}

.site-footer {
    background: #e8e8e8;
    color: #222222;
}

.site-footer p {
    color: #222222;
    font-size: 14px; 
}


.site-footer a, .site-footer strong {
    color: #5862aa;
}

.site-footer a:hover {
    color: #53a4db;
    text-decoration: none;
}

.footer-widget .widget-title {
    color: #c2272f;
    font-style: italic;
    font-weight: 900;
}

.aligncenter {
    margin-bottom: 15px;
}

.entry-title {
    color: #5862aa;
/*	font-size:22px;  */
}

blockquote {
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 8px;
	    padding-bottom: 10px;
    background-size: 20px;
}

blockquote p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 8px;
}


#site-navigation .dropdown-menu >.current-menu-item >a, #site-navigation .dropdown-menu >.current-menu-parent >a {
 /*   color: #c82828; */
}

#site-navigation .dropdown-menu >li >a:hover, #site-navigation .dropdown-menu >li.sfHover >a {
  /*  color: #c82828; */
}



.title {
    color: #0a3850 !important;
  /*  font-size: 22px;   */
    margin: 20px 0 5px;
/*    font: 400 22px/22px Rokkitt,"Times New Roman";
	*/
  /*  padding-bottom: 12px; */
}


.home header.single-page-header {
    display: none;
}


.home article#single-blocks {
    padding-top: 0px;
}



article#single-blocks {
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    background-color: #fbfbfb;
    padding: 25px;
}


main#main {
	margin-top:50px;
}

.home main#main {
	margin-top:0px !important;
}

.top-bar-right a {
    margin-right: 1.5em;
/*	font-size: 14px;  */
}
.top-bar-left a{
	margin-right: 1.5em;
} 
.top-bar-left {
    margin-top: 7px;
}
div#site-navigation-sticky-wrapper{
    border-bottom: 1px solid #eee;
}
.top-header-icon{
	background-repeat: no-repeat;
  background-position: left center;
  min-width: 110px;
  background-size: 20px;
}
.sign-in-icon{
	background-image: url("/wp-content/themes/website/data/img/icons/32/sign-in.png");
}
.renew-icon{
	background-image: url("/members/img/renew_membership.png");
}
.join-us-icon{
	background-image: url("/wp-content/themes/website/data/img/icons/32/alli.png");
}

.title a:hover{
	color: #c2272f!important;
}
.vc_column-inner {
    margin-bottom: 15px!important
}
.centerise {
    text-align: center;
}
.box{
    margin-bottom: 18px;
    padding-top: 12px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
	background-color: #fbfbfb;
}
.gray .vc_column-inner {
    background-color: #e8e8e8;
	padding-top: 15px;
    padding-bottom: 15px;
}

.framebox {
	text-align: center;
    border-radius: 4px;
    padding: 9px 14px;
	margin: 10px 0;
	background-repeat: no-repeat;
}

.frametitle{
	margin-top: 0px!important;
/*	font: normal 23px/100% Rokkitt;   */
        text-decoration: none;
}
h3.hungryfeed_feed_title {
    display: none;
}
.hungryfeed_feed_description {
    display: none;
}

div.hungryfeed_items {


}
.framebox blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 /*   font: normal 14px/119% Georgia, Serif!important;
	*/
    position: relative;
    padding: 12px;
	margin: 0;
	color: #737373;
	quotes: none;
	background: none;
	line-height: 24px;
    background: none;
    font-size: 14px;
}
.framebox p {
 /*   font: normal 14px/119% Georgia, Serif!important;    */
    text-decoration: none;
    color: #737373;
}
.framebox .hungryfeed_item a {
	color: #5862aa;
	border-color: #5862aa;
}
.framebox .hungryfeed_item a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
	padding-bottom: 2px;
	text-decoration: none;
}
input, input[type=submit], select, textarea {
    color: #131313;
}
input[type=submit] {
    background: #2caaa2; 
    border-color: silver;
	
}

input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	border: 1px solid #5862aa;
}

input[type=submit] {
    border-width: 1px;
    border-style: solid;
  /*  font: 400 25px/38px Rokkitt, "Times New Roman"; */
    cursor: pointer;
    padding: 0 14px;
    height: 40px;
	text-transform: capitalize!important;
}
input, select, textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border-radius: 4px;
    margin: 0;
    max-width: 100%;
}
a, input, select, textarea {
    vertical-align: baseline;
}
input[type="submit"]:hover {
    border-color: #CC2828 !important;
	background: white;
    color: black;
}
div#content-wrap {
/*    margin-top: 15px;*/
}
img {
    max-width: 100%;
    height: auto;
   /* display: block;*/
    margin: auto;
}

@media (max-width:767px){
	.vc_column-inner .vc_custom_1542141029641, .vc_column-inner .vc_custom_1542140948048{
		border-left: none!important;
	}
}





.vc_tta-tab .vc_tta-title-text {
    background: transparent;
    color: #000;
}
li.vc_tta-tab.vc_active a {
    border-bottom-color: transparent !important;
	background: transparent !important;
}
li.vc_tta-tab a {
    border-color: #b9b9b9 !important;
	background: #f0f0f0 !important;
	padding: 5px 10px !important;
}
li.vc_tta-tab a:hover {
    border-color: #b9b9b9 !important;
}


a.more {
    padding: 0.5em 1em !important;
    font-size: .923em !important;
    margin: 5px 0px !important;
    display: inline-block !important;
    background: #2caaa2 !important;
    max-width: 100%;
    text-transform: uppercase !important;
	color: #fff !important;
}

a.more:hover {
    background: #25968b !important;
	padding: 0.5em 1em !important;
    margin: 5px 0px !important;
	text-decoration:none !important;
	
}


input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff !important;
	border-color: #fff !important;
}


#footer-bottom a {
    color: #5862aa;
}

.alignleft {
    margin: 5px 20px 10px 0;
}

.post-edit {
    background: #baad98;
}


.subsbtn {
    padding: 5px 20px;
    background: #c40a18;
    border-radius: 10px;
    color: #fff;
    font-style: italic;
    box-shadow: 0px 2px 2px #3534349c;
    font-size: 14px;
    border: 1px solid #da0e0e96;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}

.subsbtn:hover {
    background: #d40e1c;
    box-shadow: inset 1px 2px 12px #353434b0;
    border: 1px solid #80101096;
}


.testimonial-entry-thumb img {
	border-color: transparent !important;
}

span.testimonial-caret {
    display: none;
}

.testimonial-entry-content {
    background: #ffffff;
    border: 1px solid #52a3d8;
}

.lhea-hero button {
	height:inherit !important;
}

@media only screen and (max-width: 630px) {
	.lhea-member-style-1 .lhea-member-picture .lhea-member-hover {
		display: inherit !important;
	}
}

#wpex-mobile-menu-navbar .mobile-menu-toggle {
    display: inline-block;
}

#wpex-mobile-menu-navbar .mobile-menu-links {
    float: right;
    line-height: 50px;
}


#wpex-mobile-menu-navbar .mobile-menu-links a {
    color: white;
    font-family: Lato, Verdana, Arial;
    font-size: 10px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;

}
#wpex-mobile-menu-navbar .mobile-menu-links a:hover {
    color: white;
    text-decoration: underline;
}

#wpex-mobile-menu-navbar .mobile-menu-links a span {
    margin-right: 6px;

}

.wpb_wrapper input[name=authorname],
#searchbox-inputs select,
.wpb_wrapper select[name=member_order] {
    height: 50px;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 0px;
    margin: 5px;
    box-shadow: none;
}
