@charset "UTF-8";
/*
Theme Name: Cabot Cruises
Theme URI: http://dgm3740:8888/wordpress
Author: William Furniss
Author URI: http:dgm3740.personicsllc.com/wordpress
Description: Cabot Cruises - a responsive custom wordpress template created for Dr. Paul Cheney, Professor, Utah Valley University, Orem, Utah - Fall Semester, 2018 - DGM3740 Web CMS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

#wrapperSet {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

#wrapperSet2 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

#wrapperFull {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

#wrapperNav {
  max-width: 100%;
  background-color: #387757;
  margin-left: auto;
  margin-right: auto; }

#wrapperHead {
  max-width: 100%;
  background-color: #FFF7D4;
  margin-left: auto;
  margin-right: auto; }

#wrapperFooter {
  max-width: 100%;
  background-color: #5A004A;
  margin-left: auto;
  margin-right: auto; }

#wrapper {
  width: 120px;
  margin: 0 auto; }

/* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* BODY  */
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  min-width: 320px; }
  body .colorHR {
    background-color: #5A004A;
    height: 1rem; }

/* HEADER  */
div#headerWrapper {
  background-color: #FFF7D4; }

header {
  border-bottom: solid 1px #5A004A;
  position: relative; }
  header figure.logo {
    margin: 1rem 0 .5rem 2%;
    float: left;
    width: 50%;
    max-width: 212px; }
  header figure.logo img {
    width: 100%; }
  header div.telephone {
    position: absolute;
    right: 4%;
    bottom: .7rem; }
    header div.telephone i {
      color: #5A004A;
      font-size: 2rem; }
    header div.telephone span {
      display: none;
      color: #5A004A;
      font-weight: 400; }
  header ul.social {
    position: absolute;
    bottom: 50%;
    right: 1%; }
    header ul.social p {
      float: right;
      width: 33.3%;
      padding-right: .5rem; }
      header ul.social p a {
        display: block;
        margin: 0 auto;
        background-image: url(../images/socialSprites.png);
        height: 45px;
        width: 45px; }
  header ul.social .twitter a {
    background-position: -135px 0px; }
  header ul.social .reddit a {
    background-position: -90px 0px; }
  header ul.social .facebook a {
    background-position: -45px 0px; }
  header ul.social .twitter a:hover {
    background-position: -135px -45px; }
  header ul.social .reddit a:hover {
    background-position: -90px -45px; }
  header ul.social .facebook a:hover {
    background-position: -45px -45px; }

/* SEARCH  */
div#navWrapper {
  background-color: #387757; }

nav {
  position: relative; }

div#search {
  position: absolute;
  top: 8px;
  right: 2%; }
  div#search form input.sfield {
    -webkit-appearance: none;
    position: absolute;
    right: 28px;
    font-size: 1rem;
    color: #5A004A;
    width: 185px;
    height: 28px;
    padding: .25rem .5rem;
    border: none;
    border-radius: 6px 0 0 6px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: width .5s; }
  div#search form input:focus {
    width: 190px; }
  div#search form input.sbtn {
    background-image: url(../images/searchIcon.png);
    background-size: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    background-color: #8d0074;
    height: 28px;
    width: 28px;
    border: none;
    border-radius: 0 6px 6px 0; }

/* MAIN  */
main {
  padding-bottom: 1em;
  min-height: 10rem;
  /*in case there is not a row/column layout*/
  /* SLIDER CSS*/
  /* Set a style for all Cruises Page "Read More" buttons */ }
  main h1 {
    font-size: 2rem;
    color: #880370;
    margin: 2rem 0 .3rem 0;
    font-weight: 400; }
  main > h1, main > p, main > ol, main > ul {
    margin-left: 10px; }
  main h2 {
    font-size: 1.65rem;
    color: #5A004A;
    margin-top: 1rem;
    font-weight: 700; }
  main p {
    font-size: 1rem;
    line-height: 125%;
    color: #387757;
    margin-bottom: .5rem; }
  main a {
    color: #387757; }
  main a.read-more {
    display: block;
    background-color: #c0009e;
    color: white;
    padding: .3rem 0;
    text-align: center;
    font-size: .75rem;
    width: 8rem;
    border-radius: 20px;
    float: right; }
  main div.my_slider img {
    width: 100%; }
  main h2.cruiseText {
    font-size: 1.4rem;
    color: #387757;
    margin: 10px 20px 10px 20px;
    font-weight: 600;
    bottom: 0px;
    left: 20px; }
  main p.cruiseText {
    font-size: 1rem;
    font-weight: 300;
    color: #387757;
    margin: 10px 20px 10px 20px;
    bottom: 0px;
    padding-right: 20px; }
  main button.readMore {
    background-color: #387757;
    color: white;
    font-size: .8rem;
    border-radius: 10px;
    padding: 8px 8;
    margin: 0 1rem 2rem 0;
    border: none;
    cursor: pointer;
    width: 20%;
    float: right;
    opacity: 0.9;
    margin-left: auto;
    margin-right: 2%;
    box-shadow: 4px 4px 3px #999;
    -webkit-box-shadow: 4px 4px 3px #999;
    -moz-box-shadow: 4px 4px 3px #999; }
  main button.readMore:hover {
    opacity: 2; }
  main p.testimonials {
    color: #F7931E;
    font-weight: 400;
    padding-right: 20px;
    margin: 10px 20px 10px 20px; }
  main h2.agentsText {
    font-size: 1.4rem;
    color: #387757;
    margin: 10px 20px 10px 20px;
    font-weight: 600;
    bottom: 0px; }
  main p.agentsText {
    font-size: 1rem;
    font-weight: 300;
    color: #387757;
    margin: 10px 20px 10px 20px;
    bottom: 0px;
    padding-right: 20px; }
  main picture.agentImg {
    float: right;
    padding-right: 10px; }

/*------ STYLING FOR CONTACT FORM 7 ------*/

.wpcf7-form input, .wpcf7-form textarea {
    font-size: 15px;
    color: #3c7555;
    width: 80%;
	background: #fff;
	padding: 5px 5px;
	margin: 4px 0 8px 0;
	border: 1px solid #5a004a;
	color: #3c7555;
	font-weight: 200;
	border-radius: 2px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #129FEA;
	color: #3c7555;
	font-weight: 400;
}

.wpcf7-form textarea {
    font-size: 15px;
    color: #000000;
}

.wpcf7-form p{
    font-size : 15px;
    color: #000000;
	margin-bottom: 5px;
}

.wpcf7-form {
	background: #fff;
	padding: 10px 10px;
	border: 2px solid #5a004a;
	border-radius: 7px;
	width: 400px;
}
 
 
.wpcf7-form .wpcf7-submit {
	background: #3c7555;
	padding: 10px 15px;
	color: #fff;
	min-width: 280px;
	border-raduis: 5px;
}
 
.wpcf7-form input[type="submit"]:hover {
 	background: #880370;
	
}


/*----- COLUMN LAYOUT -----*/
.row {
  clear: both; }

.column {
  padding: 0; }

/* create a loop for all 12 columns */
.small-1 {
  width: 8.3333333333%;
  float: left; }

.small-2 {
  width: 16.6666666667%;
  float: left; }

.small-3 {
  width: 25%;
  float: left; }

.small-4 {
  width: 33.3333333333%;
  float: left; }

.small-5 {
  width: 41.6666666667%;
  float: left; }

.small-6 {
  width: 50%;
  float: left; }

.small-7 {
  width: 58.3333333333%;
  float: left; }

.small-8 {
  width: 66.6666666667%;
  float: left; }

.small-9 {
  width: 75%;
  float: left; }

.small-10 {
  width: 83.3333333333%;
  float: left; }

.small-11 {
  width: 91.6666666667%;
  float: left; }

.small-12 {
  width: 100%;
  float: left; }

div.blogImages {
  display: flex;
  flex-wrap: wrap; }
  div.blogImages div {
    flex-basis: 50%;
    padding: 1rem 1%; }
  div.blogImages div img {
    width: 100%; }

figcaption {
  color: #F7931E;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  padding-top: 5px; }

.content {
  display: flex;
  justify-content: center;
  align-items: center; }

div.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

/*  ------------- Lazy Load Gallery -------------  */
article.llgallery figure {
  width: 100%;
  height: 0;
  padding-bottom: 36.08%; }

article.llgallery figure img {
  width: 100%; }

/*  ------------- End Lazy Load Gallery -------------  */
/* FOOTER  */
div#footerWrapper {
  clear: both;
  background-color: #5A004A; }

footer {
  background-color: #5A004A;
  color: white;
  padding: 2rem 0;
  line-height: 125%; }
  footer ul.social {
    display: table;
    max-width: 75rem;
    margin: 10px auto;
    background-color: #5A004A; }
    footer ul.social li {
      float: left;
      text-align: center; }
      footer ul.social li a {
        font-size: 3rem;
        padding-left: .5rem;
        color: white; }
      footer ul.social li a:hover {
        color: #880370; }
  footer h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 400;
    color: #387757; }
  footer address {
    font-weight: 300; }
  footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-left: 1rem;
    text-align: left;
    color: #f1f1f1;
    font-weight: 300; }
    footer p a {
      color: white;
      text-decoration: none; }
  footer p.copyright {
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: .9rem;
    text-align: center;
    color: #f1f1f1; }
    footer p.copyright a {
      color: white;
      text-decoration: none; }
  footer p.address {
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 1rem;
    text-align: left;
    color: #f1f1f1; }
    footer p.address a {
      color: white;
      text-decoration: none;
      font-weight: 300; }
  footer a {
    color: white;
    text-decoration: none;
    font-weight: 400; }
  footer a:hover {
    text-decoration: underline;
    color: #8d0074; }
  footer .legal {
    text-align: center;
    font-size: .75rem; }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 90%;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 0 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  color: white; }

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none; }

/* Set a style for all buttons */
button {
  background-color: #387757;
  color: white;
  font-size: 1rem;
  border-radius: 20px;
  padding: 14px 20px;
  float: left;
  border: none;
  cursor: pointer;
  width: 80%;
  opacity: 0.9; }

button:hover {
  opacity: 1; }

/* Set a style for all buttons */
button.News {
  background-color: #387757;
  color: white;
  font-size: 1rem;
  border-radius: 20px;
  padding: auto;
  float: right;
  margin-right: 10%;
  border: none;
  cursor: pointer;
  width: 85%;
  opacity: 0.9; }

button:hover {
  opacity: 1; }

/*----- Clearfix: Force an Element not to collapse -----*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#hamburgerBtn {
  display: none; }

/* hide the navigation button by default */
#primaryNav li.current-menu-item a {
  background-color: #387757; }

#primaryNav li.current-menu-parent {
  background-color: rgba(0, 0, 0, 0.25); }

@media only screen and (max-width: 63.9375em) {
  /* Navigation Button  -------------------------------------------------------- */
  body {
    padding-top: 44px; }

  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: #387757;
    /* change the menu color */
    z-index: 99; }

  #hamburgerBtn {
    display: block;
    width: 112px;
    height: 44px;
    background-image: url("../images/menuOpenWhite.png");
    background-color: #387757;
    background-position: 2vw center;
    background-repeat: no-repeat;
    border: 0 none; }

  #hamburgerBtn.open {
    background: url("../images/menuCloseWhite.png");
    background-position: 2vw center;
    background-repeat: no-repeat; }

  /* Navigation Bar -------------------------------------------------------- */
  #primaryNav {
    height: 0;
    overflow: hidden;
    width: 20em;
    background-color: #387757;
    /* change the menu color */
    margin: 0;
    padding: 0;
    z-index: 998;
    font-family: Verdana;
    font-weight: normal; }

  #primaryNav li a {
    display: block;
    width: 100%;
    padding: .75em 2%;
    font-size: 1rem;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

  #primaryNav li a:hover {
    background-color: rgba(0, 0, 0, 0.5); }

  /* Toggle the navigation bar to expand down  */
  #primaryNav.open {
    height: auto; }

  /* Submenus – optional ."menu-item-has-children" class indicates dropdowns */
  #primaryNav > li:hover > a {
    background: rgba(0, 0, 0, 0.5); }

  #primaryNav li.menu-item-has-children > a:after {
    font-size: .75em;
    content: "\25BC";
    color: rgba(255, 255, 255, 0.5);
    float: right; }

  #primaryNav li.menu-item-has-children ul li {
    background-color: #387757; }

  #primaryNav li.menu-item-has-children > a:hover {
    background: #5A004A; }

  /*hide the sub menu items by default*/
  #primaryNav li ul {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    padding: 0; }

  #primaryNav li ul a {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 10px 5%;
    font-weight: normal;
    display: block; }

  #primaryNav li:hover ul {
    display: block; } }
/* End Mobile Styles */
@media only screen and (min-width: 35em) {
  /**/
  header div.telephone {
    right: 2%; }
    header div.telephone i {
      font-size: 1.75rem; }
    header div.telephone a {
      color: #387757;
      text-decoration: none;
      font-size: 1.78rem;
      font-weight: 400; }
    header div.telephone span {
      display: inline; }
  header ul.social {
    position: absolute;
    padding-right: 15px;
    bottom: 50%;
    right: 0px; }
    header ul.social li {
      float: right;
      width: 33.3%; }
      header ul.social li a {
        display: block;
        margin: 0 auto;
        background-image: url(../images/socialSprites.png);
        height: 45px;
        width: 45px; }
  header ul.social .twitter a {
    background-position: -135px 0px; }
  header ul.social .reddit a {
    background-position: -90px 0px; }
  header ul.social .facebook a {
    background-position: -45px 0px; }
  header ul.social .twitter a:hover {
    background-position: -135px -45px; }
  header ul.social .reddit a:hover {
    background-position: -90px -45px; }
  header ul.social .facebook a:hover {
    background-position: -45px -45px; }
  header input[type=text] {
    position: relative;
    bottom: 5px;
    margin-right: 15px;
    top: 7.25em;
    width: 135px;
    float: right;
    height: 30px; }

  /* MAIN  */
  h1 {
    font-size: 2.5em; }

  .medium-1 {
    width: 8.3333333333%;
    float: left; }

  .medium-2 {
    width: 16.6666666667%;
    float: left; }

  .medium-3 {
    width: 25%;
    float: left; }

  .medium-4 {
    width: 33.3333333333%;
    float: left; }

  .medium-5 {
    width: 41.6666666667%;
    float: left; }

  .medium-6 {
    width: 50%;
    float: left; }

  .medium-7 {
    width: 58.3333333333%;
    float: left; }

  .medium-8 {
    width: 66.6666666667%;
    float: left; }

  .medium-9 {
    width: 75%;
    float: left; }

  .medium-10 {
    width: 83.3333333333%;
    float: left; }

  .medium-11 {
    width: 91.6666666667%;
    float: left; }

  .medium-12 {
    width: 100%;
    float: left; }

  h2.cruiseText {
    font-size: 1.4rem;
    color: #387757;
    margin: 10px 20px 10px 0;
    font-weight: 600;
    bottom: 0px;
    left: 20px; }

  p.cruiseText {
    font-size: 1rem;
    font-weight: 300;
    color: #387757;
    margin: 10px 20px 10px 0;
    bottom: 0px;
    padding-right: 20px; }

  /* Set a style for all Cruises Page "Read More" buttons */
  button.readMore {
    background-color: #387757;
    color: white;
    font-size: .8rem;
    border-radius: 10px;
    padding: 8px 8;
    margin: 0 1rem 2rem 0;
    border: none;
    cursor: pointer;
    width: 30%;
    float: right;
    opacity: 0.9;
    margin-left: auto;
    margin-right: 2%;
    box-shadow: 4px 4px 3px #999;
    -webkit-box-shadow: 4px 4px 3px #999;
    -moz-box-shadow: 4px 4px 3px #999; }

  div.blogImages div {
    flex-basis: 33.33%;
    padding: 1rem 1%; }

  div.newspaper {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-rule: 2px solid;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 2px solid;
    /* Firefox */
    column-rule: 1px solid;
    -webkit-column-rule-color: #F7931E;
    /* Chrome, Safari, Opera */
    -moz-column-rule-color: #F7931E;
    /* Firefox */
    column-rule-color: #F7931E; }

  /*  ------------- COLUMNS LAYOUT -------------  */
  .medium-1 {
    width: 8.3333333333%;
    align-content: center; }

  .medium-2 {
    width: 16.6666666667%;
    align-content: center; }

  .medium-3 {
    width: 25%;
    align-content: center; }

  .medium-4 {
    width: 33.3333333333%;
    align-content: center; }

  .medium-5 {
    width: 41.6666666667%;
    align-content: center; }

  .medium-6 {
    width: 50%;
    align-content: center; }

  .medium-7 {
    width: 58.3333333333%;
    align-content: center; }

  .medium-8 {
    width: 66.6666666667%;
    align-content: center; }

  .medium-9 {
    width: 75%;
    align-content: center; }

  .medium-10 {
    width: 83.3333333333%;
    align-content: center; }

  .medium-11 {
    width: 91.6666666667%;
    align-content: center; }

  .medium-12 {
    width: 100%;
    align-content: center; } }
@media only screen and (min-width: 64.0625em) {
  header, nav, main, div.associations {
    max-width: 75em;
    margin: 0 auto; }

  /* HEADER  */
  header {
    border: none; }

  /* Navigation  */
  nav {
    background-color: #387757; }
    nav ul {
      margin-left: 2%; }
    nav ul li {
      float: left; }
    nav ul li a {
      display: block;
      border: none;
      background: none;
      font-size: .9em;
      padding: .9em .9em;
      color: white;
      text-decoration: none;
      /*transition*/
      -webkit-transition: background 0.3s linear;
      transition: background 0.3s linear; }
    nav ul li a:hover {
      background: #410035; }
    nav ul li ul {
      /*rules for the sub menu items*/
      z-index: 99;
      position: absolute;
      background-color: #8d0074;
      left: -999em;
      /* pushes the menu way off to the side */
      width: 10em; }
    nav ul li ul li {
      /* overides the float and line from the parent ul */
      float: none;
      border-right: none;
      border-top: solid 1px rgba(0, 0, 0, 0.2); }
    nav ul li:hover ul {
      /* this displays the menus as drop downs  */
      left: auto;
      margin-left: 0; }

  /* SEARCH  */
  div#search form input.sfield {
    right: 23px;
    height: 23px;
    width: 158px;
    font-size: .8rem; }
  div#search form input:focus {
    width: 160px; }
  div#search form input.sbtn {
    height: 23px;
    width: 23px; }

  /* MAIN  */
  h1 {
    font-size: 2.5em; }

  .large-1 {
    width: 8.3333333333%;
    float: left; }

  .large-2 {
    width: 16.6666666667%;
    float: left; }

  .large-3 {
    width: 25%;
    float: left; }

  .large-4 {
    width: 33.3333333333%;
    float: left; }

  .large-5 {
    width: 41.6666666667%;
    float: left; }

  .large-6 {
    width: 50%;
    float: left; }

  .large-7 {
    width: 58.3333333333%;
    float: left; }

  .large-8 {
    width: 66.6666666667%;
    float: left; }

  .large-9 {
    width: 75%;
    float: left; }

  .large-10 {
    width: 83.3333333333%;
    float: left; }

  .large-11 {
    width: 91.6666666667%;
    float: left; }

  .large-12 {
    width: 100%;
    float: left; }

  div.blogImages {
    display: flex;
    flex-wrap: wrap; }
    div.blogImages div {
      flex-basis: 25%; }

  /*FOOTER*/ }
