/*
 Theme Name:     Boureston Media
 Theme URI:      
 Description:    Extra child theme for the site bourestonmedia.com.
 Author:         Boureston Media
 Author URI:     
 Template:       Extra
 Version:        1.0.0
 Text Domain:  	 Extra-child
*/
/****** THEME COLORS *****//*

--> FONT = #4c4c4c
--> LINKS = #009cff

--> MAIN COLOR = #0b2a44 | 11, 42, 68
--> DARK MAIN COLOR = #0A273E | 10, 39, 62
--> LIGHT MAIN COLOR = #364170

--> ACCENT COLOR = #f7828e | 247, 130, 142
--> DARK ACCENT COLOR = #E17782
--> LIGHT ACCENT COLOR = #fcb6ab

/* END */

/****** THEME CUSTOMIZATION STARTS HERE *****/
/*** WPForms ***/
label {
    color: rgba(0, 0, 0, 0.75) !important;
    font-weight: 700 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #ff0000;
    font-weight: 700;
    font-size: 125%;
}
/***/
/*** ALL OTHER ***/
b, strong {
	font-weight: bold !important;
}
p, ul, ol, li {
	padding-bottom: 10px;
    line-height: 1.7em;
    color: #4c4c4c;
    margin-bottom: 23px;
    font-family: Open Sans,Helvetica,sans-serif;
    font-size: 18px;
}

/*.et_pb_text_1 p {
    line-height: 2em;
    color: white;
    font-size: 22px;
}*/

.nav-links {
    display: none;
}

.et_builder_inner_content, .et_parallax_bg_wrap {
	background-color: #0b2a44;
}

.single p {
	color: black;
	font-weight: 500;
}

h4 {
    font-weight: 700;
}

a, a:visited {
	color: #009cff;
	font-weight: bold;
}

ul li, ol li {
	margin-left:35px;
}

a.anchor {
    color: inherit;
	margin-top: -95px;
    padding-top: 95px;
	position:absolute;
}

html {
	background-color: #e7e7e8 !important;	
}

#main-header {
	background-color: rgb(11 42 68 / .8) !important;
    transition: background .5s ease;
	position: fixed;
    width: 100%;
    top: 0;
}

.et-fixed-header #main-header {
    background-color: #0b2a44 !important;
}

#et-mobile-navigation nav, #et-menu li > ul {
    background-color: #0b2a44 !important;
	opacity:1;
}

#et-menu li > ul li a {
	color:white;
}

#et-navigation > ul > li > a {
	font-weight: 800 !important;
}

#et-navigation>ul {
    margin-bottom: 0;
}

.et_fullwidth_nav #main-header .container {
	padding-left:0px;
}

#main-header-wrapper {
	height: 0px !important;
}

img#logo {
    padding: 15px 0 15px 15px;
}

a.logo {
    width: 140px !important;
}

.normal-text p, .normal-text ul li, .normal-text ol li,
.single-product-review p, .single-product-review ul li, .single-product-review ol li {
	color: black;
    font-size: 17px;
}

.normal-text a {
	font-weight: bold;
}

.single .entry-content a, .lL a, .author-top .author-box-description p a, .disclosure a, #et-menu li.mega-menu-featured .post-meta a, .page .entry-content a, footer a, .normal-text a, .page-id-1130 .entry-title a {
    color: inherit !important;
    font-weight: 700 !important;
    background: linear-gradient(180deg,rgba(255,255,255,0) 65%,rgba(247, 130, 142,.5) 65%) !important;
	text-decoration: none !important;
}

.single .entry-content a:hover, .lL a:hover, .author-top .author-box-description p a:hover, .disclosure a:hover, #et-menu li.mega-menu-featured .post-meta a:hover, .page .entry-content a:hover, footer a:hover, .normal-text a:hover, .page-id-1130 .entry-title a:hover {
	color: inherit !important;
    font-weight: 700 !important;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(247, 130, 142,.5) 0%) !important;
    opacity: 100% !important;
    text-decoration: none !important;
}

.et_pb_button, button, button[type=submit], body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, html body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, html body #page-container .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button, body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, .button {
	background-image: linear-gradient(90deg,#f7828e 0%,#fcb6ab 100%)!important;
    box-shadow: 0px 20px 30px -10px rgba(247,130,142,0.4) !important;
	border-width: 0px!important;
    border-color: rgba(0,0,0,0) !important;
    border-radius: 4px !important;
    letter-spacing: 5px !important;
    font-size: 14px !important;
    font-family: 'Roboto',sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
	padding-top: 18px!important;
    padding-right: 34px!important;
    padding-bottom: 18px!important;
    padding-left: 34px!important;
	background: 0 0 ;
	color: white !important;
    margin-bottom: 3em !important;
}

html body .blue-background-overlay.et_pb_section {
	background-image: linear-gradient(130deg,#0b2a44 0%,#364170 100%)!important;
}

.page-template-page-template-fullwidth .et_pb_row_0 {
    padding: 5% 0 3%;
}

.narrow-column .et_pb_row {
    width: 800px;
    margin: 0 auto;
	max-width: 90% !important;
}

.et_pb_contact_right {
	vertical-align: middle;
}

#et-navigation li a {
    color: white;
}

#et-navigation>ul>li {
	display:flex;
    justify-content: center;
}

#et-navigation li a {	
    padding-bottom: 0px !important;
}
#et-navigation {
	align-items: center;
}

#et-navigation>ul>li>ul {
    transition: .4s ease;
    margin-top: 0;
    top: 48px;
	left: auto !important;
    right: -20px !important;
}

/*** FOOTER ***/
#footer {
    background: #0A273E;
	margin:0;
	margin-top: 60px;
	bottom: 0;
    width: 100%;
}

#footer-bottom {
	background: #0A273E;
    padding: 60px 0 40px;
}

#footer .container {
	width:1120px !important;
	max-width:75%;
	background-color: inherit;
}

#footer .et_pb_widget:first-of-type {
padding-top:0px !important;
}

#footer .et_pb_widget {
margin-bottom:0px !important;
}

#footer .widgettitle:before, .widgettitle:after {
background-color: #001E26 !important;
}

#footer-info {
    display: block;
}

#footer p {
    margin: auto !important;
    font-size: 13px;
    text-align: center;
    color: white;
    text-shadow: 0 0 3px black;
    line-height: 23px;
}

#footer p a {
    color: white;
    font-weight: 700 !important;
}

#footer-nav ul.et-extra-social-icons {
	padding: 6px 0;
    line-height: 0;
}

/*** FULLWIDTH 2 PAGES ***/
.page-template-page-template-fullwidth-2 #main-header {
    background: #3e5062;
}

.page-template-page-template-fullwidth-2 #main-content {
    padding-top: 115px;
}

.page-template-page-template-fullwidth-2 h1 {
    text-align: center;
    font-size: 37px !important;
    font-weight: 900;
    padding: 0 !important;
    margin: 0 auto 1.5em;
    text-decoration: underline;
}

/*** AUTHOR POSTS ***/
.single.authors .container {
    width: 800px;
    max-width: 90%;
}

.single.authors #main-content {
    padding-top: 100px;
}

.single.authors .post-header {
    padding: 0;
}

.single.authors #main-header {
    background-color: #0b2a44 !important;
    opacity: .8;
}

.single.authors .post-thumbnail img {
    width: 100%;
    margin: 0 auto;
}

.single.authors .post-header .post-meta {
    display: none;
}

.single.authors .post-footer {
    display: none;
}

.single.authors .entry-content h2 {
    background: #0b2a44;
    color: white;
    text-align: center;
    padding: 15px 10px 20px;
    border-bottom: 15px solid #f7828e;
	margin-top: 2.5em;
	margin-bottom: 1em;
}

.single.authors h1 {
	font-size: 45px;
    background: #0b2a44;
    color: white;
    text-align: center;
    padding: 15px 10px 20px;
    border-bottom: 15px solid #f7828e;
}

/*** REVIEW PAGES ***/
.single-product-review #main-content, .post #main-content {
	padding-top: 150px;
}

.single-product-review #main-header, .post #main-header {
    background-color: rgba(11,42,68,.8) !important;
}

body.single.single-product-reviews #content-area {
	width: 1080px;
	margin: 0 auto;
	max-width:100%;
}

.single-product-review h1.entry-title {
	display:none;
}

.single-product-review #main-content {
	margin: 0 auto;
	width:90%;
}

.exp-box-rev {
	width:100%;
	max-width:100%;
	border: 1px solid;
    background-color: #f9f9f9;
	padding: 1em 1em 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
	margin-top:-1em;
}

p.rev-exp-1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
	font-size:14px !important;
}

p.rev-exp-2 {
    padding-bottom: 12px;
    margin-bottom: 0px ;
    padding-left: 15px ;
	font-size:14px !important;
}

#page-container .main_content .right_side .button, #page-container .button.buy-rev {
	display: block;
	border-radius: 0;
	background-color: #f7828e;
	color: white !important;
	text-align: center;
	border: none;
}

.single-product-review #page-container {
	background-color: #e7e7e8 !important;	
}

#page-container .main_content .right_side .button.buy-rev {
	background-color: #f7828e !important;
}

#page-container .main_content .right_side .button a {
	color: white;
}

.left_side .disclosure {
    padding-bottom: 22px;
}

.rev-sidebar {
    display: block;
	background: white;
    max-width: 325px;
}

.house-display-container {
    padding-top: .35em;
    text-align: center;
}

.house-display-text {
    font-size: 12px;
    color: #999;
}

.image-disclo {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    color: rgba(255, 255, 255, .9);
    background-color: rgba(11, 42, 68, .75) !important;
	font-size: 14px;
	font-style: italic;
}

.image-disclo a {
    color: inherit;
}

.post-disclo-cont {
	position:relative;
	clear:both
}

.switchable-container {
	position: relative;
}

.single-product-review .et_extra_other_module.author-box.vcard.author-top {
    display: none;
}

.single-product-review .rev-sidebar-fixed-footer {
    display: none;
}

.single-product-review .exp-box-rev {
	display:none;
}


/*------------------------ SPECIFIC STUFF ------------------------*/
/*** ONE CLICK ACCESIBILITY ***/
#pojo-a11y-toolbar {
	z-index:999999 !important;
	top:0;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
    left: 0 !important;
    top: 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    position: fixed !important;
    right: 0 !important;
    bottom: 175px !important;
    left: unset !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #002830 !important;
	padding: 5px !important;
}

.pojo-a11y-toolbar-toggle * {
    padding: 1px;
}

body.pojo-a11y-grayscale {
    filter: unset !important;
    -webkit-filter: unset !important;
    -moz-filter: unset !important;
    -ms-filter: unset !important;
    -o-filter: unset !important;
}

.pojo-skip-link {
    margin-top: 50px;
}

a#pojo-a11y-skip-content {
    background-color: #002830;
    color: white;
}

a:focus, html body.pojo-a11y-focusable a:focus {
    outline: red solid 5px !important;
}

@media only screen  and ( max-width: 1080px ) {
#main-header {
    background-color: rgba(11, 42, 68, .8) !important;
}

/*** REVIEW PAGES ***/
.main_content {
	padding: 0 4.5% 4.5%;
    background: white;
}
	
.rev-sidebar {
	top: 90px !important;
}

.single-product-review .right_side_v2 {
	display:none;
}

.our-brands img {
	width: 90%;
}

#et-navigation>ul {
	display: none; 
}

#et-mobile-navigation {
	display: block; 
}

.et_fixed_nav .logo {
	margin: 0;
    height: 64px;
}

#et-navigation li a {
	padding: 15px 0 !important;
}
	
/*** REVIEW PAGES ***/
#page-container .main_content .right_side .button.buy.buy-mobile {
	display:block;
}

.left_side .disclosure {
	float:none;
}
	
.image-disclo {
    font-size: 9px;
    line-height: 1.75em;
	width: 100%;
}
}