/*  
Theme Name: Custom Theme
Author: PES
*/

body { font-family: 'Lato', sans-serif; }

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

.bg-light {
    background-color: #fff !important;
    padding: 10px 0 15px;
}
.header-socia-menu a {
    color: #f9f3f8;
    display: inline-block;
    margin-right: 10px;
}
.header-socia-menu a:last-child{

margin:0px;
}
a.view-sample {
    padding: 6px 16px;
    background: #54368d;
    border-radius: 5px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

#buynow img {
    width: 20%;
}
div#buy-now-section .left img {
    width: 70%;
}
div#buy-now-section a {
    display: inline-block;
    margin-bottom: 20px;
}
#buy-now-section h4 {
    text-align: center;
    padding: 10px 0px;
    background: #0000004d;
}
div#buy-now-section .right {
    text-align: right;
}

div#buy-now-section .right img {
    width: 60%;
}
div#buy-now-section .left, div#buy-now-section .right {
    width: 48%;
    float: left;
}
iframe {
    width: 100%;
    min-height: 500px;
  border: 0;
}
.topfixherader {
    background: #000;
    color: #fff;
    text-align: right;
    font-size: 13px;
    padding: 15px 0 0;
}

.navbar-light .navbar-nav .nav-link { color: #000000; text-transform: uppercase; font-size: 14px; letter-spacing: 0px; }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #ed1f24; }

.navbar-light .navbar-nav .active > .nav-link:before {
    content: "\f08a";
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome;
    color: #ed1f24;
}
.pagination .alignright, .pagination .alignleft, .pagination .alignright a, .pagination .alignleft a {
    color: #e62119;
}

.fav-btn {
    background: #ed1f24;
    border-radius: 3px;
    margin-left: 20px;
	font-style: italic;
}

.fav-btn:hover .nav-link,
.fav-btn .nav-link:focus { color: #000 !important; }

.navbar-light .navbar-toggler {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-toggler-icon {
    background-color: #fff;
}

.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.margin-top-btm {
    margin-top: 40px;
    margin-bottom: 40px;
}
.pagination {
    padding: 30px 0px;
}
.nav-next.alignright {
    float: right;
}

.nav-previous.alignleft {
    float: left;
}
.font-weight-300 { font-weight: 300; }
.font-weight-900 { font-weight: 900; }

.error-page-content { margin: 80px 0; }

h1, .h1 {
    font-size: 4.5rem;
}

#banner {
    height: 500px;
    background: center center no-repeat;
	background-size: cover;
}

#banner2 {
    height: 500px;
    background: center center no-repeat;
	background-size: cover;
}

.middle-div {
    margin: 0 auto;
    max-width: 550px;
}

#banner h2 {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

#banner h3 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 40px;
    color: #ed1f24;
}

#banner .got-love {
    margin: 0 auto;
    display: table;
    padding: 5px 20px;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border: 5px solid #ed1f24;
    border-radius: 3px;
    text-decoration: none;
}

#banner .got-love:hover,
#banner .got-love:focus {
	text-decoration: none;
	background: #ed1f24;
}

#banner2 .col-md-6 { margin-bottom: 60px; margin-top: auto; }

#banner2 .got-love {
    display: block;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.64);
    padding: 10px;
    margin: 0 30px;
    font-weight: bold;
    color: #fff;
}

#banner2 .got-love:hover,
#banner2 .got-love:focus {
	text-decoration: none;
	background: #ed1f24;
}

#banner .h-100.container {
    overflow: auto;
}

#banner .h-100.container .row.h-100 .middle-div {
    padding: 20px 0;
}

.heart-icon a:before {
    content: "\f08a";
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome;
    color: #ed1f24;
}

img.alignleft {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

img.alignright {
    margin-left: 20px;
    float: right;
    margin-bottom: 20px;
}

img.aligncenter,
img.alignnone {
    margin: 20px auto;
    float: none;
    display: block;
}

#footer {
    background: #000;
    padding: 20px 0;
	color: #CCCCCC;
	font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
}

#footer p { margin: 5px 0; }

#footer a { color: #666666; }
#footer a:hover,
#footer a:focus { color: #CCCCCC; text-decoration: none; }

.row.margin-top {
    margin-top: 20px;
}

.inner-page-banner {
    background-size: cover;
    background: center center no-repeat;
    height: 230px;
}

.wpcf7-form {
    background: #e4e4e4;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
}

.wpcf7-form label {
    display: block;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 10px;
    height: auto;
	outline: none;
    margin: 10px 0;
	letter-spacing: 1px; font-size: 13px;
}

.wpcf7-form input[type="submit"] {
    border: 0;
    background: #ed1f24;
    border-radius: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
	outline: none;
	cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
    background: #000;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    background: #ed1f24 !important;
    color: #fff;
}

.post-right a {
    color: #ed1f24;
}

.post-right a:hover,
.post-right a:focus { color: #000; text-decoration: none; }

.post-right .read_more { display: block; margin: 10px 0 0; }

ul.postmeta {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

ul.postmeta li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #b9b9b9;
}

ul.postmeta li i {
    margin-right: 10px;
    color: #b9b9b9;
}

.addtoany_shortcode { text-align:center; margin-top: 50px; }

.single .container.margin-top-btm {
    max-width: 780px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
	font-weight: 100;
}

.single .h1,
.single h1 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
}

h3#wc-comment-header {
    font-size: 28px;
    font-weight: 400;
    margin: 40px 0 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#comments input[type="submit"] {
    background: #ed1f24;
    border: 0;
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    float: right;
    margin: 10px 0;
    border-radius: 3px;
	cursor: pointer;
	outline: none;
}

#comments input[type="submit"]:hover,
#comments input[type="submit"]:focus {
    background: #000;
	color: #fff;
}

#comments select {
    height: auto !important;
    padding: 5px 10px !important;
}

#wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {     height: 33px!important; }

* { outline: none; }

.question-entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.question-entry .question-row label {
    display: block;
    margin: 0;
}

.question-entry .question-row label input {
    position: absolute;
    left: -3200000px;
}

.question-entry .question-row label span {
    display: block;
    font-size: 14px;
    background: #f7f7f7;
    margin: 0 0 5px;
    padding: 5px 10px;
    color: #000;
    cursor: pointer;
}

.question-entry .question-row label input:checked+span {
    background: #ed1f24;
    color: #fff;
}

ul.tabs {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.tabs li {
    display: inline-block;
    margin: 0 2.5px;
    background: #000;
    padding: 5px 30px;
    color: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

ul.tabs li.current, ul.tabs li:hover, ul.tabs li:focus {
    background: #ed1f24;
}

.cstm_tab_container {
    background: #e4e4e4;
    padding: 40px 40px 0;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 0 5px 5px 5px;
}

ul.tabs li:first-child {
    margin-left: 0;
}

.quiz-pagination {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 40px;
}

.quiz-pagination span {
    background: #000;
    padding: 5px 20px;
    margin: 0 10px;
    min-width: 200px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 5px;
      text-align: center;
}

.quiz-pagination span:hover, .quiz-pagination span:focus {
    background: #ed1f24;
}

.error span {
    background: #000000;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0;
    display: inline-block;
    position: relative;
      border-radius: 2px;
}

.error span:before {
    content: "\f0d8";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: -29px;
    left: 5px;
    font-size: 32px;
    color: #000000;
}

.navbar-nav>.menu-item-has-children {
    position: relative;
}

.navbar-nav>.menu-item-has-children:after {
    content: "\f0d7";
    position: absolute;
    right: 0;
    color: #fff;
    top: 8px;
    font-family: FontAwesome;
    font-size: 10px;
}

.navbar-nav>.menu-item-has-children>a {
    padding-right: 14px !important;
}

.navbar-nav>.menu-item-has-children {
    margin-right: 5px;
}

.navbar-nav>.menu-item-has-children:hover > ul {
    display: block;
}

.navbar-nav>li.current-menu-ancestor>a,
.navbar-nav>li.current-menu-ancestor:after,
.navbar-nav>li:hover>a, 
.navbar-nav>li:hover:after, 
.navbar-nav>.current_page_item:after { color: #ed1f24 !important; }  


.navbar-nav>li.current-menu-ancestor>a.nav-link:before {
    content: "\f08a";
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome;
    color: #ed1f24;
}

.navbar-nav > li > ul > li > a {
    color: #000 !important;
}

.navbar-nav > li > ul > li > a:hover,
.navbar-nav > li > ul > li > a:focus,
.navbar-nav > li > ul > li.current_page_item > a {
    color: #ed1f24 !important;
}

.cstm-inner-podcast-items-div {
    margin-top: 10px;
    margin-bottom: 60px;
}

#banner_podcast {
    padding-top: 40px;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

#banner_podcast:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d02430d6;
}

#banner_podcast h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}

#banner_podcast h2 a {
    color: #fff;
    text-decoration: none !important;
}

#banner_podcast h2 a:hover, #banner_podcast h2 a:focus {
    color: #000;
}

#banner_podcast_footer {
    margin-top: 20px;
    background: #96151fa8;
    z-index: 1;
    position: relative;
    padding: 20px 0;
}

#banner_podcast_footer .newssection {
    display: flex;
}

#banner_podcast_footer .newssection h6 {
    width: 30%;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-right: 20px;
}

#banner_podcast_footer .newssection .widget_wysija_cont.shortcode_wysija {
    width: 70%;
}

#banner_podcast_footer .newssection form {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner_podcast_footer .newssection form input[type="text"] {
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

#banner_podcast_footer .newssection form input[type="submit"] {
    width: 15%;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
    height: 31px;
    background: #ed1f24 url(https://www.loveuniversity.love/wp-content/uploads/2018/11/nws-btn.png) center center no-repeat;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#banner_podcast_footer .newssection form .wysija-paragraph {
    width: 85%;
    margin: 0;
}

#banner_podcast_footer .col-md-7 a {
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    transition: all 0.5s;
}

#banner_podcast_footer .col-md-7 a:hover, #banner_podcast_footer .col-md-7 a:focus {
    background: #000;
    border-color: #000;
}


.cstm-inner-podcast-item {
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    padding: 30px;
    overflow: hidden;
    border-bottom: 5px solid #e6e6e6;
    position: relative;
    padding-right: 80px;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .cstm-thumb {
    float: left;
    margin-right: 30px;
    width: 200px;
    background: #fff;
    min-height: 120px;
    position: relative;
    border: 1px solid #000;
    transition: all 0.5s ease;
  overflow: hidden;
}

.cstm-inner-podcast-item .cstm-thumb img {
    position: absolute;
    left: 10px;
    width: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .cstm-thumb:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    border: 10px solid #fff;
}

.cstm-inner-podcast-item h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    color: #ed1f24;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item h3 a {
    color: #ed1f24;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item h3 a:hover {
    text-decoration: none;
    color: #000;
}

.cstm-inner-podcast-item .cstm-date {
    display: block;
    color: #717171;
    font-size: 15px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .podcasts-button {
    color: #fff;
    background: #ed1f24;
    padding: 5px 20px 7px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .podcasts-button:hover {
    background: #000;
}

.cstm-inner-podcast-item .cstm-link {
    color: #3e3e3e;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .cstm-link:hover {
    color: #ed1f24;
}

.cstm-inner-podcast-item .podcast-social {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .podcast-social a {
    display: block;
    height: 50%;
    position: relative;
    color: #fff;
    background: #000;
    padding: 15px;
    vertical-align: middle;
    position: relative;
    width: 40px;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .podcast-social a i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: fit-content;
    text-align: center;
    transition: all 0.5s ease;
}

.cstm-inner-podcast-item .podcast-social a.facebook {
    background: #3b5998;
}

.cstm-inner-podcast-item .podcast-social a.twitter {
    background: #56acee;
}

.cstm-inner-podcast-item:hover {
    border-color: #ed1f24;
}

.cstm-inner-podcast-item:hover .cstm-thumb {
    border-color: #ed1f24;
}

.cstm-inner-podcast-item:hover .podcast-social {
    opacity: 1;
}

.fav-btn a {
    color: #fff !important;
}
.fav-btn a:before {
    display: none !important;
}

.post-edit-link {
    color: #3e3e3e;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-left: 20px;
}

.single img.aligncenter.wp-post-image {
    border: 1px solid #000;
    padding: 20px;
}

div#banner_podcast>div>div>div>p, div#banner_podcast>div>div>div>.wp-block-image {
    display: none;
}

h4 {
    line-height: 33px;
}

h4 a {
    text-decoration: none;
    color: #ed1f24;
}

h4 a:hover, h4 a:focus {
    color: #000;
    text-decoration: none;
}

.ow-button-base a {
    background: #ed1f24 !important;
    border: 0 !important;
}

.ow-button-base a:hover,
.ow-button-base a:focus {
    background: #000 !important;
  text-decoration: none;
}

.page-id-1556 h3.sow-headline {
    line-height: 40px !important;
}

@media( max-width: 992px ) {

  	.cstm-inner-podcast-item .cstm-thumb { margin-right: 20px; margin-bottom: 20px; }
  
}

@media( max-width: 767px ) {

  	#banner_podcast_footer .col-lg-8 .col-md-6 { margin-top: 20px; }
  .cstm-inner-podcast-item .podcast-social { top: auto; bottom: 0; left: 0; right: 0; }
  .cstm-inner-podcast-item .podcast-social a { height: 40px; width: 50%; float: left; }
  .cstm-inner-podcast-item { padding: 30px; padding-bottom: 70px; }
  .cstm-inner-podcast-item .cstm-thumb { margin: 0 auto 20px; float: none; }
   
  .cstm-inner-podcast-item .podcasts-button { display: block; text-align: center; margin-bottom: 20px; }
  .post-edit-link { display: none; }

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.navbar-brand img {
		width: 250px;
	}
	
}

@media (max-width: 575px) {
  
  .master-slider.ms-skin-default.ms-wk {
      margin: 0 auto !important;
      width: 100% !important;
  }
  .ms-slide {
      width: 100% !important;
  }
  .ms-view.ms-fade-flow-view.ms-grab-cursor {
      width: 100% !important;
  }
	
	.bg-light { padding: 15px 0; }
	
	.navbar-brand img { width: 275px; position: relative; top: -4px; }
	
	.container { padding: 0 30px !important; }
	
	.error-page-content { margin: 10px 0; }
	
	h1, .h1 {
		font-size: 2.5rem;
	}
	
	#banner h2 {
		font-size: 18px;
	}
	#banner h3 {
		font-size: 20px;
	}
	#banner .got-love {
		font-size: 16px;
		padding: 5px 10px;
		letter-spacing: 1px;
		border-width: 2px;
	}
	.fav-btn {
		margin: 10px 0;
		padding: 0 15px;
	}
	
	.inner-page-banner {
		height: 150px !important;
	}
	.margin-top-btm {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	img.alignleft,
	img.alignright {
		margin: 20px auto;
		float: none;
		display: block;
	}
	
}

@media (min-width: 200px) and (max-width: 385px) {

	.navbar-brand {
    	width: 70%;
	}
	.navbar-brand img {
		width: 100%;
	}

}

.newsletter-signup-title h1 {
    font-size: 40px;
}

.newsletter-signup form {
    background: #e4e4e4;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
}

.newsletter-signup form input:not([type="submit"]) {
    width: 100%;
    padding: 10px;
    border: 0;
}

.newsletter-signup form input[type="submit"] {
    border: 0;
    background: #ed1f24;
    border-radius: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}

.newsletter-signup form input[type="submit"]:hover, .newsletter-signup form input[type="submit"]:focus {
    background: #000;
}

#banner_podcast_footer .newssection form {
    flex-wrap: wrap;
}

#banner_podcast_footer .newssection form .wysija-paragraph {
    margin-bottom: 10px;
}

#banner_podcast_footer .newssection form .wysija-paragraph input[name="wysija[user][firstname]"] {
    border-radius: 5px !important;
}

.page-id-1918 .gallery .gallery-item {
    margin: 0 !important;
}

.page-id-1918 .gallery .gallery-item img {
    border: 0 !important;
    padding: 7px;
}

@media( max-width: 767px ) {
	
	.page-id-1918 .gallery .gallery-item {
    width: 50% !important;
}
	
}