/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
/*
*, *:before, *:after {
  box-sizing: border-box;
}
*/

/* Changed to be able to overwrite the border-box if needed. You only can overwite inherited*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.justifyText {
  text-align: justify;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'BergamoStdRegular';
    /*font-size: 15px;*/
    /*line-height: 150%;*/
  background: #9c9388; /*changed #DEDEDE;*/
}

.italic_text { font-style: italic;}
.semi_bold {font-weight: 600;}
.post-content h2{
    font-size: 22px;
    color: #800e2e;
    line-height: 1;
    font-weight:bold;
}

.post-content h3{
    color: #800e2e;
    font-size: 17px;
}

/* responsive iframe */
.hopper_responsive_iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.hopper_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*===== Menu =====*/

.menu-primary {
    background: #3a3a3a;
    border-top: 1px solid #68686a;
    border-bottom: 1px solid #68686a;
    background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-texture-charcoal.jpg);
    background-size: auto;
    background-repeat: repeat;
   background-position: right bottom;
  }

.menu-primary-items li:hover > a, .menu-primary-items li.focused > a,
  .menu-unset > ul li:hover > a,
  .menu-unset > ul li.focused > a {
    background: #1D1D1F;
    color: #f1ebe0;
  }


.menu-primary-items a:link, .menu-primary-items a:visited, .menu-unset > ul a:link, .menu-unset > ul a:visited {
    color: #f1ebe0;
}


/* Current Menu item */

.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor {
    text-decoration: none;
    background: #1D1D1F;
    color: #f1ebe0;
}
.current-menu-item a:link, .current-menu-item a:visited, .current_page_item a:link, .current_page_item a:visited, .current-menu-ancestor a:link, .current-menu-ancestor a:visited, .current_page_ancestor a:link, .current_page_ancestor a:visited {
    color: #f1ebe0;
}

ul.menu-primary-items li {
    border-right: 1px solid #68686a;

}
 
.toggle-navigation {
    color: #f1ebe0;
    border: none;
    background: #3a3a3a;
    background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-texture-charcoal.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: right bottom;

}


/*===== Header =====*/
.logo {
    vertical-align: top;
}

.resp_img{
  width: 100%;
  max-width:8px;
  height: 108px;
  float: left;
  padding-right:1px;
}


.site-header-image  .site-header {
  background-size:auto ;
  background-repeat:repeat ;
  background-position:right 0 bottom 48px;
}



/* screen smaller than 555 px*/
.address {
    /*border: solid 1px red;*/
    width:160px;
    margin:auto;
    overflow:hidden;
    display:inline-block;
    text-align:center;
}

.addressOne {
    /*border:1px solid yellow;*/
    text-align:left;
    width:160px;
  }
.addressTwo {
    /*border:1px solid yellow;*/
    text-align:left;
    width:160px;
  }
.address-style{
	  float:left;
	  margin-top:5px;
	  width:160px;
  }





/* 716px for font-size 16px*/
@media all and (min-width: 44.750em ){
  .address {
    width:auto;

  	margin-top:20px;
  }

  .addressOne {
    /*border:1px solid red;*/
    float:left;
    text-align:left;
    margin-right:20px;
  }
    .addressTwo {
    /*border:1px solid red;*/
    float:left;
    text-align:left;
  }
  .address-style{
	float:left;margin-top:5px;
  }
}




/* 888px for font-size 16px*/
@media all and (min-width: 55.5em ){
.address {
  	color: #f3e7d1;
  	margin:0 auto;
  }

  .addressOne {
    /*border:1px solid lime;*/
    float:left;
    text-align:left;
    width:160px;

  }
    .addressTwo {
    /*border:1px solid lime;*/
    float:right;
    text-align:left;
    width:160px;
  }
    .address-style{
	  float:left;
	  margin-top:5px;
  }
  
}  
  
  
/*===== Primary Sidebar &amp; Widget =====*/


/* Search input field placeholder text "search..."*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:  #1d1d1f !important;
    font-family: 'BergamoStdRegular';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  #1d1d1f !important;
    opacity:  1;
    font-family: 'BergamoStdRegular';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  #1d1d1f !important;
    opacity:  1;
    font-family: 'BergamoStdRegular';
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  #1d1d1f;
    font-family: 'BergamoStdRegular';
}

/* input field */

Input{
    color: #1d1d1f;
    /*background-color: #3a3a3;*/
    background-color: #F3E9D5;
    border-radius: 4px;
    font-family: 'BergamoStdRegular';
        font-size: 1em;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea {
    color: #1d1d1f;
    background-color: #F3E9D5;
    font-family: 'BergamoStdRegular';
    font-size: 1em;
    padding: 0.2em;
    border:0.03em solid;
    /*border-radius:20px;*/

    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

input[type="submit"] {
    padding: 0.4em;
    width: 100%;
    max-width: 11em;
    color: #3a3a3;
    border: none;
    font-family: 'BergamoStdRegular';
    background: #3a3a3a;
    border-radius: 5px;

}

.widget {
  font-weight: 300;
  background: white;
  background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-texture-maroon.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: right bottom;
  padding: 1.8465em 1.8465em 1.8465em;
  outline: solid 1px #9c9388; /*changed #DEDEDE;*/
  border-top: solid 4px #3a3a3a;
  text-align: center;
  margin: 1.8465em 0;
  color: #F3E9D5;
}




/*
.widget a:link, a:visited, a:hover, a:active, a:focus {
    color: #F3E9D5;
    text-decoration: underline;
    font-weight: 600;
}
*/


.widget ul {
  list-style: none;
}
.widget select {
  margin-bottom: 1.8465em;
  color: #F3E9D5;
}


.hopper_widget {
  padding: 0 12px 0 26px;
  margin: 5px 0 20px;
  background: transparent url(https://www.hopperlaw.com/wp-content/uploads/2019/08/sidebar-header-line.gif) top 10px left 2px no-repeat;
}



a.buythebook:link, a.buythebook:visited, a.buythebook:hover, a.buythebook:active, a.buythebook:focus {
}

.buythebook a {
  
    color: #F3E9D5;
    text-decoration: underline;
    font-weight: 500;
  
}
.buythebook a:hover {
  
    color: #fefefc;
    font-weight: 800;
  
}


.hopper_widget_title {
  text-align: left;
  font-size: 1.231em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
    
}
  
.buythebook {
   text-align: left;
   color: #d7d7d7;
}

.widgetNoticeText {
  text-align: left;
  /*font-size: 1.231em;*/
  line-height: 1.5;
  font-weight: 400;
  color: #d7d7d7;
  margin-bottom: 10px;
}

/* all titles in widgets
h2.widget-title {
        color: red;
    }
*/


/*Only h2s under hopper_widget_title class*/
.hopper_widget_title>h2{
        /*color: red;*/
        color: #F3E9D5;
        margin-bottom: 1.0em;
}





/* AV Rating */


#media_image-3 {
    font-weight: 300;
    background: #3a3a3a;
    border-top: 1px solid #68686a;
    border-bottom: 1px solid #68686a;
    background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-texture-charcoal.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: right bottom;
    padding: 0.2em;
    outline: solid 1px #9c9388;
    border-top: solid 4px #3a3a3a;
    text-align: center;
    color: #F3E9D5;
    
}

.alignnone {
    margin: auto;
}

img, .alignright, .alignleft, .aligncenter, .alignnone, .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

#media_image-3 img { 
  text-align:center;
  display:block;
  margin:auto;
} 

.wp-caption-text {
    visibility: hidden;
}

#media_image-3 h2 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
    margin-top:15px;
    margin-bottom: 0;
    color:#F3E9D5;
}






/*===== Newsletter =====*/

.email_list_signup_container { 
  text-align: left; 
  margin-top:10px;
}

input.text-short {
    width: 160px;
    height: 21px;
    padding: 5px 4px 0 6px;
    margin-right: 5px;
    line-height: 24px;
    color: #ebebeb;
    background: transparent url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-mini-search-form.gif) round;
    border:0.03em solid;
    /*border-radius:20px;*/

    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    
    font-size: 14px;
    font-family: Calibri, "Segoe UI", Helvetica, sans-serif;
}





/*===== Page =====*/

.post-content h3 {
    font-size: 18px;
    color: #800e2e;
    line-height: 1;
    font-weight: bold;
}

.book-info {float:left;margin-bottom:4em;}

.post-padding-container {
  background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/09/bg-body-tile1220x504web.jpg);
  background-size: auto;
  background-repeat: round;
  background-position: right bottom;
}

.post-title {
  color: #800e2e;
  font-weight: 600;
  margin-bottom:1.5em;
}

.post-header {
  height:60px;
  margin-top: 2.5em;
  text-align: left;
  margin-bottom:0;
  background: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/ornament-1.gif) top 50% left 0% no-repeat;
}
.post-header h1 {
  margin-left:50px;
}

/* 512px for font-size 16px, this is when the sidebar moves to the center */
@media all and (min-width: 32.000em ){
    .post-header {
      height:60px;
      margin-top: 2.5em;
      text-align: left;
      margin-bottom:0;
      background: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/ornament-1.gif) top 50% left 0% no-repeat;
    
    }
    
    .post-header h1 {
        margin-left: 50px;
    }
}



.post-content {
  margin: 1.5em 0 3em; /*    margin: 2.25em 0 3em;*/
  color:#3a3a3c;
}

.post-content h1 {
  color: #800e2e;
  font-weight: 600;
}






.entry {
  background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/09/bg-body-tile1220x504web.jpg);
  background-size: auto;
  background-repeat: round;
  background-position: right bottom;
/*  border: 30px solid red;
  border-image-source: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-body-tile.jpg);
  border-image-slice: 20;
  border-image-width: 5px;
  border-image-outset: 1;
  border-image-repeat: round;*/
}






/*===== Search Results Page (Post Listings) =====*/


/* 716px for font-size 16px, this is when the sidebar moves to the center */
@media all and (min-width: 44.750em ){
}


/* for the menu: reset settings (otherwise it takes the margin-left and text-align center from the titles */
  
  .search .menu-primary-items li:hover > a,.search .menu-primary-items li.focused > a,
  .search.menu-unset > ul li:hover > a,
  .search.menu-unset > ul li.focused > a {
    background: #1D1D1F;
    /*color: red;*/
    margin-left:0;
    text-align:center;
  }
.search .menu-primary-items a:link, .search .menu-primary-items a:visited, .search .menu-unset > ul a:link, .search .menu-unset > ul a:visited {
    /*color: red;*/
    margin-left:0;
    text-align:center;
}


  .search-results .post-title {
  margin-left:2.000em;
  text-align:left;
  }

  .search-results .post-title a{
  margin-left:0;
  text-align:left;
  }
  
.Search-result .buythebook a{
  margin-left:0;
  text-align:center;
}


.search-header {
      background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg-body-tile.jpg);
      height: auto;
} 
 

.search-header>div{
  visibility: hidden;
  height:0;
  margin:0;
}

/* Bottom part of Search Results Page */

 .bottom div{
  visibility: visible;
  height: auto;
  background-color: #800e2e;
  padding: .75em;
  margin-bottom: 1.5em;
}

 .bottom p{
  font-weight: 600;
  color:#3a3a3c;
}


/* 600px for font-size 16px*/
@media all and (min-width: 37.5em) {
}

  .search-results .post-title {
    font-size: 1.25em; 
    /*border: solid 1px red;*/
  }
  
  
/* 715px for font-size 16px*/
@media all and (min-width: 44.688em ){
  .search-header {
    background-image: url(https://www.hopperlaw.com/wp-content/uploads/2019/08/bg_white_tile_1280x157.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: left bottom;
  }
  .search-results .post-title {
    font-size: 1.75em; 
  }

}


.search-header h1{
  margin-left: 0;
  text-align:center;
}

.search-header h2{
  margin-left: 0;
  text-align:left;
}



/* for the links in the sidebar on the search-results page (post listing)*/
.search-results .buythebook a {
  color: #F3E9D5;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 0;
}


.search-results .design-credit a {
    margin-left:0;
}


.search-results a {
    text-decoration: none;
    margin-left:70px;
    font-weight: 600;
    color:#800e2e;
}
.search-results a:hover {
  font-weight: 800;
  text-decoration: underline;
  color:#3a3a3a;
}


/*Only h2s under hopper_widget_title class*/
.widget_search>h2{
  color: #F3E9D5;
  font-size: 1.231;
  line-height: 1.5;
  font-weight:400;
}


.search-results .main{
   margin: 1.5em 3.125% 3.125em;
  
  
}

.more-link {
    text-decoration: underline;
    outline-color: #3a3a3a;
}
.more-link:hover, .more-link:active, .more-link:focus {
    text-decoration: none;
    outline-color: #800e2e;
}

.search-results .more-link {
  margin-left:0;
  
}


/*===== Footer =====*/
.footer-content {
    padding: 1px 0;
}

.site-footer {
    margin-top: 1em;
}

.design-credit {
    margin-top: 1em;

}

