/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/**
 * ----------------------------------------------------------------------------------------
 * Miscellaneous
 * ----------------------------------------------------------------------------------------
 */

.cf:before,
.cf:after {
   content: " ";
   display: table;
}

.cf:after {
   clear: both;
}

.cf {
   *zoom: 1; /* for IE6 and IE7 */
}

/** hide image for inline text lightbox link **/
.hide {
	display:none; 
}

.accordion-image {
	width: 80%;
}

.photo-border {
	border: solid 5px white;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 2px 0;
}

/** Table Press **/
.tablepress td.column-1 {
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	background-color: rgba(173, 189, 6, 0.7);
	color: white;
}

.tablepress td.column-2, .tablepress td.column-3 {
	border-right: solid 1px #dddddd;	
}

.tablepress tr.row-3  {
	border-bottom: solid 1px #dddddd;	
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #ADBD06;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.doodles { margin-bottom: 30px; }

.whats-new {
	margin: 10px 0 !important;
}

.separator { margin: 30px 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Fonts
 * ----------------------------------------------------------------------------------------
 */
p {
	margin: 0 0 20px 0;
}

a, p a {
    	color: #5FA2C4 !important;
}

a:hover, p a:hover {
	color: #DD7230 !important;
}	

ul {
    margin-bottom: 20px;
}

.book-header h1 {
	text-align: center;
	margin-top: 38px;
	margin-bottom: 40px !important;
}

.alt-header h1 {
	color: #854D27 !important;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 40px !important;
}

.book-header h3 {
	color: #854D27;
	font-family: 'Coming Soon', cursive;
	text-align: center;
	margin-top: -18px;
	margin-bottom: 40px !important;
	text-transform: none;
}

.mybooks-header h1 {
	text-align: center;
	margin-top: 38px;
	margin-bottom: 40px !important;
	font-size: 42px;
}

nav.vertical_menu > ul > li > a {
	font-family: 'Coming Soon', cursive;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
	color: #ffffff !important;
	/* 	-webkit-text-stroke: 0.7px;  */
	/** made nav font bolder on Safari, Chrome and other webkit browsers **/
}

nav.vertical_menu > ul > li > a:hover {
    color: #F6E03F !important;
}

.vertical_menu_toggle .second .inner ul li a {
	font-family: Coming Soon, cursive;
	font-size: 14px !important;
	color: white !important;
	left: 20px;
	position: relative;
	font-weight: 600;
}

.vertical_menu_toggle .second .inner ul li a:hover {
	color: #F6E03F !important;
}

li.narrow .second .inner ul li:last-child {
	margin-bottom: -20px !important;
}

blockquote h5 {
	font-size: 16px;
	font-family: 'Coming Soon', cursive;
	color: #C0392B !important;
	margin-top: -10px;
}

blockquote {
    	margin-top: -10px !important;
}

blockquote i.pull-left {
	color: #C0392B !important;
}

.reviewer {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #919191;
}

.q_icon_list i.transparent {
	color: #DD7230 !important;
}

.q_icon_list {
   	margin-bottom: 1px;
	clear: both;
}

.wp-caption-text {
	padding: 0px 0 30px 0;
    color: #aea5a5;
}

.separator_with_icon {
	font-size: 19px;
	padding-bottom: 15px;
	color: #ADBD06;
}

.separator_with_icon:before {
	left: 272px;
	width: 40px;
}

.separator_with_icon:after {
	right: 272px;
	width: 40px;
}

/** for my books section **/

.mybooks-gallery .separator_with_icon {
	font-size: 25px;
	color: #C0392B;
	margin-top: 20px;
	padding-bottom: 15px;
}

.mybooks-gallery .separator_with_icon:before {
	left: 311px;
	width: 70px;
	top: 12px;
}

.mybooks-gallery .separator_with_icon:after {
	right: 312px;
	width: 70px;
	top: 12px;
}

.back-icon .q_font_awsome_icon i {
	bottom: 4px;
	color: #C0392B;	
	position: relative;
	font-size: 20px;
	margin-right: 5px;
}

/**
 * ----------------------------------------------------------------------------------------
 * Left Nav Area 
 * ----------------------------------------------------------------------------------------
 */

/*  fix alignment issue after upgrading theme to v12.1 */
li#nav-menu-item-35 {
    margin-left: -20px;
}

.menu-item-has-children .inner li {
	margin-left: 20px;
}

.vertical_logo_wrapper {
	top: 60px;
    	left: 16px;
}

nav.vertical_menu {
    	margin: 100px 0px 0px 18px;
}

.vertical_menu ul li {
    	padding-top: 10px;
}

.vertical_area_background {
	background: url("http://23.235.197.229/~sellis/wp-content/uploads/2014/12/test-bg3.jpg") no-repeat 40% 0% / cover transparent;
}

.vertical_area_background:after {
  content: "";
  background: url("https://sarahellis.ca/wp-content/uploads/2014/12/bg.png");
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.vertical_menu_area {
	text-align: left;
}

/**
 * ----------------------------------------------------------------------------------------
 * Home Page
 * ----------------------------------------------------------------------------------------
 */
.container, .content, .footer_bottom {
	background: #FDFCFA url("https://sarahellis.ca/wp-content/uploads/main-bg-1.png");
}

.main-header {
	padding-top: 50px !important;
}

.footer_bottom {
	font-size: 11px;
	color: #aaa;
}

#layerslider_2 {
	position: relative;
}

.ls-inner {
	top: -5%;
	/* 	added after making bookshelf bg image static for all slides */
	background-size: cover !important;
}

.ls-circle-timer {
	display: none !important;
}

/** slider nav controls **/
.ls-gui-element.ls-bottom-nav-wrapper {
    display: none;
}

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
	width: 30px !important;
	height: 30px !important;
}

.ls-nav-prev, .ls-nav-next {
	background-color: rgba(255,255,255,0) !important; /** set to #854D27 if want to enable circle for nav **/
	opacity: 0.5 !important;
	border: none !important;
}

.ls-nav-prev:hover, .ls-nav-next:hover {
	opacity: 0.8 !important;
	transition: all 0.7s ease 0s !important;
	
}

.ls-nav-prev:after, .ls-nav-next:after {
	color: #854D27;
	font-size: 30px; /** set to 23 if enabling outside circle **/
	bottom: 12px;
	left: 1px !important;
}

.ls-nav-prev:after {
	left: -1px !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * My Books Gallery Page
 * ----------------------------------------------------------------------------------------
 */

.mybooks-gallery .wpb_image_grid .gallery_holder {
	width: 75%;
	margin: 0 auto;
}

.mybooks-gallery .wpb_image_grid .gallery_holder ul li a {
	width: 90%;
}

.mybooks-gallery .gallery_holder ul li .gallery_hover {
	background-color: rgba(0,0,0,0);
}


/**
 * ----------------------------------------------------------------------------------------
 * Individual Book Page
 * ----------------------------------------------------------------------------------------
 */

.book-right-col {
    	margin-right: 150px;
    	padding-left: 30px;
}

.book-info p {
	font-size: 13px !important;
	text-align: center;
}

.book-info-col .qbutton.small {
	background-color: #D24132 !important;
	color: white !important;
	border: none;
	display: block;
	margin: 20px auto;
	padding: 3px 10px;
	width: 170px;
}

.book-info-col .qbutton.small:hover {
	background-color: #DD7230 !important;
	transition: all 0.3s ease 0s;

}

.publisher {
	font-weight: bold;
}

.accordion-gallery {
	margin: 0 auto;
	width: 80%;
}

.q_accordion_holder.accordion .ui-accordion-header {
	margin-top: 30px;
	margin-left: 30px;
	color: #777777;
}

.q_accordion_holder.accordion .ui-accordion-header:hover {
	color: #DD7230 !important;
}

.q_accordion_holder.accordion div.accordion_content {
	padding-left: 0;
}

/**
 * ----------------------------------------------------------------------------------------
 * Contact Form
 * ----------------------------------------------------------------------------------------
 */

.wpcf7-form input, .wpcf7-form textarea {
	border: #e9e9e9 1px solid !important;	
}

input.wpcf7-form-control.wpcf7-submit {
	background: #DD7230;
	color: white !important;
}

.wpcf7-form input:hover[type="submit"] { 
    background:#ADBD06 !important; 
    cursor:pointer; 
    color:#fff; 
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #ADBD06 !important;
}

p.contact-blurb {
	color: #C0392B !important;
	font-family: coming soon;
	font-size: 18px;
	margin-bottom: 20px !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * Mobile
 * ----------------------------------------------------------------------------------------
 */

.header_bottom, nav.mobile_menu {
    background: url("https://sarahellis.ca/wp-content/uploads/main-bg.png") 35% 33%;
}

/*-------------------[Desktop]------------------*/
@media only screen and ( max-width: 1261px ) {

	.book-right-col {
		margin-right: 0; /* remove right margin on larger screens  */
	}
}


@media only screen and ( min-width: 1060px ) and ( max-width: 1260px ) {
	
	.mybooks-gallery .wpb_image_grid .gallery_holder {
		width: 85%;
	}

	#layerslider_2 { top: 90px !important; }
}
	
@media only screen and ( min-width: 1000px ) and ( max-width: 1060px ) {
	
	.mybooks-gallery .wpb_image_grid .gallery_holder {
		width: 100%;
	}

	#layerslider_2 {
		top: 100px;
	}
}

@media only screen and ( max-width: 1000px ) {
	
	header .q_logo img.mobile {
		opacity: 0 !important;
	}
	
	/** Show different color logo **/
	header .q_logo img.normal {    
   		opacity: 0 !important;
    		display: none !important;
  	}
  	header .q_logo img.dark {    
   		opacity: 1 !important;    
    		display: block !important;
    		position: relative !important;
			top: 20px !important;
			/* added after 12.1 update to fix small logo on mobile */
		    width: 220px !important;
			height: auto !important;
  	}

	nav.mobile_menu { top: 10px !important; }

	.home .q_logo { display: none !important; }
}

@media only screen and ( min-width: 481px ) and ( max-width: 768px ) {
	
	.mybooks-gallery .wpb_image_grid .gallery_holder {
		width: 100%;
	}
}

@media only screen and ( min-width: 767px ) and ( max-width: 1260px ) {

	.book-info-col .qbutton.small {
		width: 90%;
		font-size: 11px;
	}
}
	
	


/*-------------------[Mobile Tablet]------------------*/
@media only screen and ( max-width: 767px ) {

	.book-right-col {
		padding-left: 0 !important; /* remove left margin on smaller screens  */
	}

	.book-info {
		margin-bottom: 30px !important;
	}

	.q_accordion_holder.accordion .ui-accordion-header {
		margin-left: 0;
	}

	.picframe { display: none; }
}

/*-------------------[Target iPads in portrait view]------------------*/
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) { 
		
		.home #layerslider_2 {
			top: 140px;
		}
		
		.home nav.mobile_menu { top: 80px; }

		.home .mobile_menu_button {
			top: 120px !important;
			position: relative;
		}

		.home .q_logo { display: none !important; }
}

/*-------------------[Mobile Phone]------------------*/

@media only screen and ( max-width:600px ) {

	.separator_with_icon:before {
   		 left: 163px;
	}

	.separator_with_icon:after {
   		 right: 163px;
	}

	.mybooks-gallery .separator_with_icon:before {
		left: 160px;
		width: 120px;
	}

	.mybooks-gallery .separator_with_icon:after {
		right: 160px;
	width: 120px;
	}
}

@media only screen and ( max-width:480px ) {

	.separator_with_icon:before {
   		 left: 156px;
	}

	.separator_with_icon:after {
   		 right: 157px;
	}
}