/* Add your custom styles here */

.clear {
   clear:both;
   margin-bottom: 10px;
}

.imgr {
   float: right;
   margin-left: 20px;
   margin-bottom: 10px;
}

.imgl {
   float: left;
   margin-right: 20px;
   margin-bottom: 10px;
}

body {
	background-attachment: fixed!important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Bree Serif', serif!important;
	color: #444;
}

a, a:hover {
	color: #CB473A;
}
/* Site Header Styles */

.head-wrap {
    width: 100%;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}

.site-header {
	background: #222;
}

.nav-primary {
	background: #CB473A;
	border:none;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}

.nav-primary .current-menu-item > a, .nav-primary a:hover {
	background: #99362C;
}

.nav-primary a {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}


.genesis-nav-menu .menu-item {
	margin-right: -4px;
}


.head, .head a {
	color:white;
	font-weight: lighter;
}

header .call {
	font-family: 'Bree Serif', serif!important;
}

header a:hover {
	color: white!important;
}


/* Home Slider Styles */

.home-slider {
	padding-bottom: 0;
	margin-top: 159px;
}

.home-slider .wrap {
	max-width: 100%;
	padding: 0;
	box-shadow: none;
}

.home-slider img {
	width: 100%;
}

.soliloquy-container .soliloquy-caption-inside {
    max-width: 1160px;
    margin: 0 auto;
    background: none!important;
    text-align: left!important;
}

.soliloquy-container .soliloquy-caption {
    bottom: 5%!important;
}

.slide-title {
    font-size: 45px!important;
    margin-bottom: 20px;
    color: white!important;
    font-weight: lighter;
      text-shadow:2px 2px 4px #444!important;
}


a.slide-btn {
    margin-top: 0px;
    display: inline-block;
    padding: 12px 15px;
	background: #222;
    border-radius: 4px;
    color: white;
    float: right;
}

.slide-text-wrap p {
    font-size: 20px!important;
    margin: 10px 0px;
    line-height: 1.2;
}

.slide-text-wrap {
    padding: 2rem!important;
    background-color: rgba(0, 0, 0, 0.38)!important;
    width: auto!important;
    max-width: 54%!important;
    display: inline-block;
}

/* Home Middle Styles */

.home-middle {
	background: none;
}

.home-middle img {
	padding: 0;
	border:none;
	border-radius: 0;
}

.home-left, .home-center, .home-right {
	background: white;
	padding: .5rem;
}

.home-middle .btn {
	margin-bottom: 0;
	width: 100%;
	padding: 1.5rem;
	border-radius: 0;
	background: #CB473A;
	color: white;
	text-shadow:none;
	box-shadow: none;
	font-size: 1.6rem;
}

.home-middle h2 {
	color: #444;
	font-size: 2.6rem!important;
}

.home-middle p {
	padding: .75rem 1rem .5rem;
}


/* Bottom Styles */

.bottom-wrap {
	background: white;
}

.bottom {
	margin: 0 auto;
}


.bottom-left h4.widgettitle {
	color: #444;
	font-size: 2.6rem;
}


.bottom-right .widget, .sidebar .widget {
	background: #CB473A;
	border:none;
	border-radius: 0;
}

/* Footer Styles */

.footer-widgets {
	margin-top: 0;
	background: #222;
}

.footer-widgets .wrap {
	max-width: 1180px;
	padding: 3rem 2rem;
}

.site-footer {
	background: #000;
}


/* Site Inner Styles */

.page .site-inner, .single .site-inner {
    margin-top: 180px;
    max-width: 1180px;
    box-shadow: none;
    padding: 2rem;
    margin-bottom: 2rem;
}

.entry-title {
	font-size: 3rem!important;
	color: #444;
	line-height: 1;
}

.dvd-wrap {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	overflow: hidden;
	border-bottom: 1px solid #D4D3D3;
}
.video-thumb {
	border: 5px solid #CB473A;
}

.dvd-wrap p:empty {
	display: none;
}

.buy-btn {
	    background: #333;
    padding: .75rem 1rem;
    border-radius: 3px;
    color: white;
    display: inline-block;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .head-wrap {
        position: relative;
    }

    .home-slider {
        margin-top: 0px;
    }

    .page .site-inner, .single .site-inner {
        margin-top: 20px;
    }

    #primary-menu-icon {
    	border:none;
    }

    .slide-text-wrap {
       padding: 1.5rem !important;
       max-width: 70% !important;
    }

    .slide-title {
       font-size: 35px !important;
    }

    .slide-text-wrap p {
       font-size: 18px !important;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { 
	.home-middle {
		max-width: 100%;
	}

	.home-left, .home-center {
		margin-bottom: 1.5rem
	}
}

.page-id-107 input,
.page-id-117 input,
.page-id-118 input,
.page-id-119 input,
.page-id-120 input,
.page-id-121 input,
.page-id-122 input
 {
   border: none;
   width: auto;
   margin-top: -40px;
}

.grecaptcha-badge { display: none; }