/*
Theme Name: Your Child Theme
Description: Child theme for the Theme Blvd framework 
Author: Your name here
Template: akita
*/

/* 
Note: The parent theme does not include any CSS in 
style.css, and so you don't need to @import it here. 
*/

/* Add your custom CSS here. */

@import 'https://fonts.googleapis.com/css?family=Fira+Sans|Montserrat|Passion+One|Nunito|Patua+One|Hammersmith+One|Paytone+One|Francois+One|Fredoka+One|Changa+One|Viga|Acme|Sansita+One|Source+Sans+Pro|Scada|Amaranth:700|Wendy+One';

.cursor-pointer {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Padding to bottom of page */
.layout_boxed #wrapper {
	padding-bottom: 30px;
}

/* Remove bottom red border */
#internal_wrapper {
    border-bottom: none;
}
.style_red #internal_wrapper .internal_wrapper-inner {
	background-image: none;
    background: none;
    padding-bottom: 0px;    
}

/* Remove gray copyright background */
#footer_sub_content .footer_sub_content-content {
    background: none;
    margin: 0px;
    max-width: 100%;
}

/* Footer backgrounds */
#footer_content {
	background: #881313; /* Old browsers */
	background: -moz-linear-gradient(top,  #881313 0%, #5d0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#881313), color-stop(100%,#5d0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #881313 0%,#5d0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #881313 0%,#5d0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #881313 0%,#5d0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #881313 0%,#5d0c0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#881313', endColorstr='#5d0c0c',GradientType=0 ); /* IE6-9 */

}
#footer_sub_content {
    background-color: #4D0808;
    padding: 0px;
}

/* Create the end of content shadow before the footer starts */
#bottom::before {
	height: 20px;
	background-color: #FFFFFF;
    background-image: url("images/bottom-top-shadow.png");
}

/* Footer title h3 bottom borders */
#footer_content h1, #footer_content h2, #footer_content h3 {
    border-bottom: 1px solid #580404;
    margin-bottom: 15px;
    padding: 0px 2px 10px;
    position: relative;
}
#footer_content h3::after {
    content: "";
    background-color: #863434;
    height: 1px;
    position: absolute;
    right: 0px;
    bottom: -2px;
    left: 0px;
}

/* Copyright footer top border */
#footer_sub_content {
    border-top: 1px solid #1C0808;
}
#footer_sub_content .footer_sub_content-inner {
    border-top: 1px solid #692727;
}

/* Footer top border */
#bottom #footer_content {
	padding: 0px;
    border-top: 1px solid #420808;
}
#footer_content .footer_content-inner {
	padding: 10px 30px;
    border-top: 1px solid #A03B3B;
}

/* Round footer border */
#footer_sub_content {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Move logo to left */
#branding .header_content-content {
    padding-left: 10px;
}

/* Logo text */
.header-text-logo-custom {
	/* font-family: 'Fugaz One';
	font-size: 27px; */
	
	/* font: 400 37px 'Oleo Script', Helvetica,sans-serif;
	font-family: 'Patua One', cursive;
	font-family: 'Acme', sans-serif; */
	font: 400 36px 'Amaranth', sans-serif;
	color: #0A3457;
	text-shadow: 0px 0px 0px rgb(237, 237, 237), 0px 0px 5px rgba(0, 0, 0, 0.15);
	
	margin: 0px;
	padding: 10px 5px 10px 6px;
    display: inline-block;
    vertical-align: middle;
}
 
/* Logo image */
.header-image-logo-custom {
	max-width: 100%;
	width: 107px;
	height: auto;
	padding: 5px 0px 5px 0px;
}

/* Footer link colors */
#bottom a, #footer_sub_content a {
    color: #F9FFDC;
}
#bottom a:hover, #bottom .widget ul li a:hover, #footer_sub_content a:hover {
    color: #C8CEAF;
}

/* Remove footer widget title left padding */
#footer_content h1, #footer_content h2, #footer_content h3 {
    padding-left: 0px;
}

/* Make footer widget h3 title smaller */
#footer_content h3 {
    font-size: 15px;
}

/* Position lightbox videos on homepage */
.lightbox-video-title {
	padding-left: 4px;
	margin-bottom: 8px;
	margin-top: 0px;
}
.lightbox-video .thumbnail, .pretty, .wp-caption {
	margin-bottom: 8px;
}
.lightbox-video-summary {
	padding-left: 4px;
}

/* Panel header title */
.panel_extended .panel-heading .panel-title {
	display: inline;
	vertical-align: middle;
}

/* Panel header icon */
.panel_extended .panel-heading .panel-icon {
	vertical-align: middle;
}

#main .element, #featured_below .element {
    margin-top: 15px;
}

/* Remove custom slide added padding */
#featured .standard-slider .slide .slide-body {
    padding: 0px;
}

/* Ajust video-container on homepage */

@media screen and (max-width: 767px) {
	/* Remove text from logo on small screens */
    .header-text-logo-custom {
		display:none
	}
	
	/* Change logo image width on small screens */
	.header-image-logo-custom {
		width: 104px;
	}
	
	/* Padding bottom on small screens */
	.layout_boxed #wrapper {
		padding-bottom: 10px;
	}
}

div.wpcf7-response-output {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 13px;
	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.wpcf7-mail-sent-ok {
    color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
div.wpcf7-validation-errors {
    color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
    color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}
textarea.wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid, select.wpcf7-not-valid {
	border-color: #A94442;
}
span.wpcf7-not-valid-tip {
    color: #A94442;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="month"], textarea, select {
	margin-bottom: 3px;
}

@media screen and (min-width: 767px) {
	.wpcf7-form .left_row, .wpcf7-form .right_row {
	    width: 49.5%;
	    display: block;
	    float: left;
	}
	.wpcf7-form .left_row {
	    margin-right: 1%;
	}
}

#address-form .list-group {
	margin-bottom: 13px;
}
#address-form .list-group-item {
	overflow: auto;
	margin-bottom: 15px;
	border-radius: 4px;
}
@media screen and (min-width: 413px) {
	#address-form .list-group .list-group-item .wpcf7-form-control-wrap  .wpcf7-form-control.wpcf7-radio {
		float: right;
	}
	#address-form .list-group .list-group-item br { 
       display: none
    }
}

.contact-form-red-border {
	border: 1px solid #A94442;
}

@media screen and (max-width: 992px) {
	nav .themeblvd-search {
		display: none;
	}
}

nav .themeblvd-search {
	position: relative;
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-right: 11px;
}

/* Remove navbar search box glow */
nav .themeblvd-search input[type="text"]:focus {
	box-shadow: none;
}

nav .themeblvd-search .search-input, nav .themeblvd-search .btn {
	height: 31px;
	font-size: 13px;
}
nav .themeblvd-search .btn {
	padding: 4px 11px 6px 11px;
}
nav .themeblvd-search .search-input {
	font-size: 13px;
}

.post_list .article-wrap {
    background-image: url("images/article-shadow-light.png");
    background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 10px;
}
.post_list article {
    border-radius: 0px;
    background-color: #FFF;
	border: 1px solid #D1D1D1;
	position: relative;
}
.post_list .entry-title {
    background: none;
}
.post_list .entry-footer {
    background: none;
    padding-top: 26px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #881313;
}
.post_list .entry-footer .read-more-link a {
	background-color: #881313;
	background-image: none;
	border-radius: 0px;
	color: #FFF;
	font-size: 0.916rem;
	font-weight: bold;
	line-height: 100%;
	padding: 1em;
	margin: 0px;
	bottom: 0px;
	right: -1px;
	position: absolute;
}
.post_list .entry-footer .read-more-link a:hover, .post_list .entry-footer .read-more-link a:focus {
	background-color: #881313;
	background-image: url("images/trans-white-20.png");
}

.pagination .btn-group > .btn:first-child, .pagination .btn-group > .btn:last-child {
    border-radius: 0px;
}
.pagination-wrap .btn-group > .btn {
    font-size: 14px;
    padding: 0.5em 0.75em;
    background: none;
    line-height: 100%;
    outline:none;
}
.pagination-wrap .btn-group > .btn, .pagination-wrap .btn-group > .btn.active:hover {
	border: 1px solid #D1D1D1;
}
.pagination-wrap .btn-group > .btn.active {
	background-color: #EBEBEB;
}
.pagination-wrap .btn-group > .btn:hover {
	background-color: #F5F5F5;
	border-color: #ADADAD;
}
.pagination {
	margin-top: 0px;
}

#access .sub-menu .menu-item {
	border-right: 0px none;
    float: none;
}
#access .sub-menu .menu-item a:hover {
	background-image: none;
	background-color: #993232;
}
.style_red #access li li a, .style_red .menu_style_classic #access li li a {
    text-shadow: none;
}
#access .sub-menu .menu-item a {
	line-height: 1.25em;
	padding: 10px 10px 10px 10px;
	font-weight: 500;
}
/* Fix the positioning of the first navbar sub-menu */
#access .first-menu-item .sub-menu {
	margin-left: 0px;
}

/* Remove zoom out on free book offer background */
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.freebook-panel img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 40px
}
.freebook-panel .mfp-close {
	width: auto;
	padding-left: 12px;
}

/* Make the same as the p tag line height */
br {
    line-height: 1.5em;
}

@media screen and (min-width: 767px) {
	/* Make the navbar bigger to fit the drop down items on big screens only */
	#primary-menu.sf-menu ul {
	    width: 205px;
	}
}

/* Bootstrap callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-dark-green {
	border-left-color: #3E8F3E
}
.bs-callout-dark-green h4 {
	border-left-color: #3E8F3E
}

.pw-inner {
	background-color: #FBFBFB;
	padding: 0px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
}
.pw-header {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	background-color: #EDEDED;
	border-bottom: 1px solid #CBCBCB;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.pw-picture {
	height: 175px;
	width: auto;
	margin: 2px;
	padding: 2px;
}
.pw-content {
	background-color: #EDEDED;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	border-top: 1px solid #CBCBCB;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pw-footer {
	background-color: #E3E3E3;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	border-top: 1px solid #CBCBCB;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 80%;
}

/* Remove recent posts widget bottom */
.tb-mini_post_list_widget .smaller-thumbs .hide-meta {
	margin-bottom: 0px !important;
}
.tb-mini_post_list_widget .widget-inner {
	padding-bottom: 0px !important;
}
/* Move to right padding */
.tb-mini_post_list_widget .mini-post-list-content {
	margin-left: 90px !important;
}

/* fix google chrome and safari images */
.media-left img {
	max-width: none;
}

.home #main .element {
	margin-top: 0px;
}
.newsletter_widget .wpcf7 p {
	margin-bottom: 3px;
}
@media screen and (min-width: 767px) {
	.home #content {
		padding-right: 0px;
		padding-left: 10px;
	}
}

.home #main .panel-heading {
	color: #666;
}

.themeblvd-contact-bar ul.social-media-color li a.email {
    background-image: url("images/envelope.png");
    background-position: 0px;
    background-size: 24px;
}