/*
	Theme Name: AFW1.0
	Theme URI: https://www.tttux.com
	Author: Al's Formal Wear
	Author URI: https://www.alsformalwear.com/
	Version: 1.011

	Wordpress Boilerplate Theme © 2008 - 2015 
*/

@import 'assets/styles/fonts/fonts.css';

* {
  transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out, font-size 0.3s ease-in-out, padding-top 0.3s ease-in-out , margin-bottom 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #ee3d42;
}

body{
  background-color: #ffffff;
  color: #000000;
  height: 100%;
}

h1 {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 63.5px;
  letter-spacing: 0.2px;
  line-height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

h3 {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 22px;
}

object,
svg{
	-webkit-transform: translateZ(0);
}

a,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
}


/*HEADER STYLES*/
header{
    background-color: #ffffff;
    padding-bottom: 23px;
  	/*position: fixed;*/
  	width: 100%;
    z-index: 50;
}

header ul{
  font-family: 'proxima-nova','helvetica',sans-serif;
	list-style: none;
  margin: 43px auto 0;
  max-width: 960px;
  padding: 0 15px;
  text-align: center;
}

header ul li{
  display: inline-block;
  height: 22px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
}

header ul li:first-child{
  text-align: left;
}

header ul li:last-child{
  padding-right: 27px;
  text-align: right;
}

header ul li a,
header ul li a:hover,
header ul li a:focus {
  font-size: 13.7px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.65px;
  line-height: 18px;
}

header .main-logo-wrapper,
header .logo-wrapper {
  text-align: center;
}

header .main-logo-wrapper .main-logo,
header .logo-wrapper .main-logo {
  height: 91px;
  margin-left: 0;
  margin-top: 25px;
}

header .main-logo-wrapper .main-logo h1, 
header .main-logo-wrapper .main-logo img,
header .logo-wrapper .main-logo h1, 
header .logo-wrapper .main-logo img{
  display: inline-block;
}

header .main-logo-wrapper .main-logo img,
header .logo-wrapper .main-logo img{
  margin: 0 7px 0 0;
  vertical-align: top;
}

header .main-logo-wrapper .main-logo h1,
header .logo-wrapper .main-logo h1{
  color: #000000;
  height: 81px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
  text-transform: uppercase;
}

.ui-datepicker-title select {
  color: #000 !important;	
}

/*BLOG STYLES*/
section#content {
	margin-top: 204px;
}

section#content article {
  margin: 0 auto;
  max-width: 960px;
}

section#content article .article-summary-block {
  position: relative;
  margin-bottom: 35px;
}

section#content article .article-summary-block .summery-overlay{ 
  background-color: #000;
}

section#content article .article-summary-block img{
  height: auto;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

section#content article .article-summary-block img:hover{
  opacity: 0.85;
  transition: opacity 0.3s ease-in-out;
}

section#content article .article-summary-block img.nohover{
  opacity: 1;
}

section#content article .article-summary-block .summary-text {
  background: rgba(0,0,0,0.50);
  bottom: 0;
  color: #ffffff;
  margin: 0;
  padding-top: 36px;
  position: absolute;
  text-align: center;
  vertical-align: baseline;
  width: 100%;
}

section#content article .article-summary-block .full-text {
  background-color: rgba(255,255,255,1);
  display: block;
  color: #000;
  margin: 0;
  padding-top: 63px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  width: 100%;
}

section#content article .article-summary-block .summary-text h1,
section#content article .article-summary-block .full-text h1 {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 63px;
  letter-spacing: 0.5px;
  margin-top: 1px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

section#content article .article-summary-block .summary-text h3,
section#content article .article-summary-block .full-text h3 {
  margin-bottom: 7px;
}

section#content article .article-summary-block .summary-text p,
section#content article .article-summary-block .full-text p {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 14px;
  font-weight: 100;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 1px 0;
}

section#content article .article-excerpt {
  display: block;
  margin: 0 auto;
  max-width: 770px;
}

section#content article .article-excerpt h2 {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 35px;
  letter-spacing: 0.5px;
  line-height: 51px;
  text-align: center;
  font-weight: 600;
}

section#content article .article-excerpt p,
section#content article .article-excerpt p a,
section#content article .article-excerpt ol,
section#content article .article-excerpt ul,
section#content article .article-excerpt ul li,
section#content article .article-excerpt ol li,
section#content article .article-excerpt table {
  color: rgba(0,0,0,0.90);
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 31px;
  padding: 0 5px;
}

section#content article .article-excerpt ol,
section#content article .article-excerpt ul {
  margin: 0 15px;
  text-align: left;
}

section#content article .article-excerpt p iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

section#content article .article-excerpt table,
section#content article .article-excerpt table tbody,
section#content article .article-excerpt table tbody tr,
section#content article .article-excerpt table tbody tr td,
section#content article .article-excerpt table tbody tr td p {
  font-size: 16px;
}

section#content article .article-excerpt table tbody tr td {
  padding: 8px;
  vertical-align: top;
  max-width: 154px;
}

.datagrid table.data { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {background: #fff; overflow: auto; overflow-y: hidden; }
.datagrid table.data td, .datagrid table.data th { padding: 3px 10px; }
.datagrid table.data thead th {background-color:#8C8C8C; color:#FFFFFF; font-family: 'proxima-nova','helvetica',sans-serif; font-size: 15px; border-left: 1px solid #A3A3A3; text-transform: uppercase; letter-spacing:1px;} 
.datagrid table.data thead th:first-child { border: none; }
.datagrid table.data tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; }
.datagrid table.data tbody tr:nth-child(even) { background: #EBEBEB; color: #7D7D7D; }
.datagrid table.data tbody td:first-child { border-left: none; }
.datagrid table.data tbody td:nth-child(2) { width: 40%; }
.datagrid table.data tbody tr:last-child td { border-bottom: none; }

section#content article .article-excerpt p a, 
section#content article .article-excerpt p a.read-more{
  border-bottom: 1px solid #D4D4D4;
  cursor: pointer;
  padding: 0 0 1.5px 0;
  position: relative;
}

section#content article .article-excerpt p a.read-more{
  font-weight: 500;
  padding: 0 0 1.5px 0;
}

section#content article .article-excerpt p img{
  float: right;
  margin: 10px 0 10px 10px;
}

section#content article .article-excerpt p a:hover {
  color: #DC383F;
  border-bottom: 1px #DC383F solid;
}

section#content article .article-excerpt p:first-child {
  margin-bottom: 0;
}

section#content article .article-excerpt .subgallery {
  max-width: 760px;
  padding-left: 0px;
  padding-right: 0px;
}

section#content article .article-excerpt .subgallery img {
  padding: 15px;
}

section#content article footer.article-excerpt-footer {
  border-top: 1px solid rgba(211,211,211,0.50);
  font-family: 'proxima-nova','helvetica',sans-serif;
  margin: 36px auto 0;
  max-width: 560px;
  padding-top: 43px;
  text-align: center;
}

section#content article footer.article-excerpt-footer p,
section#content article footer.article-excerpt-footer a{
  color: #A0A0A0;
  font-size: 14px;
  line-height: 19px;
  margin: 0 auto 16px;
  max-width: 460px;
}

section#content article footer.article-excerpt-footer h4{
  color: #000000;
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 10px;
  height: 28px;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 42px;
}

section#content article footer.article-excerpt-footer div.share-links {
  margin: 0 auto 20px;
  max-width: 220px;
}

section#content article footer.article-excerpt-footer div.share-links a{
  margin: 0 13.8px;
  max-width: 24px;
  vertical-align: top;
}

section#content article footer.article-excerpt-footer div.share-links a img:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari */
  transform: scale(1.2);
}

section#content article footer.article-excerpt-footer div.share-links a:first-child{
  margin-left: 0;
}

section#content article footer.article-excerpt-footer div.share-links a:last-child{
  margin-right: 0;
}

section#content article footer.article-excerpt-footer p.tags,
section#content article footer.article-excerpt-footer p.tags a{
  color: #000000;
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 10px;
  height: 28px;
  letter-spacing: 0.6px;
  line-height: 18px;
}

section#content article footer.article-excerpt-footer p.tags a{
  border-bottom: 2px black solid;
}

section#content article footer.article-excerpt-footer:after {
  background-color: rgba(211,211,211,0.50);
  content: '';
  display: block;
  height: 1px;
  margin: 27px auto 80px;
  margin-left: -100px;
  width: 760px;
  max-width: 760px;
}
/*SUBSCRIBE STYLES*/

h2.subscribeHeader {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
}

h4.subscribeTag {
  font-family: 'proxima-nova','helvetica',sans-serif;
  letter-spacing: 0.2px;
  margin: 40px auto;
}

form {
  margin: 0 auto;
  width: 365px;
  max-width: 365px;
}

input {
  height: 52px;
  width: 365px;
  max-width: 365px;
}

input:focus {
  outline: 0;
}

input[type=email] {
  font-family: 'proxima-nova','helvetica',sans-serif;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
}

input[type=submit] {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  font-family: 'proxima-nova','helvetica',sans-serif;
  letter-spacing: 1.2px;
}

p.subscribePrivacy:before {
  background-color: rgba(211,211,211,0.50);
  content: '';
  display: block;
  height: 1px;
  margin: 15px auto 12px;
  width: 150px;
  max-width: 150px;
}

p.subscribePrivacy {
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 9px;
}


/*FOOTER STYLES*/

footer.main-footer {
  border-top: 1px solid rgba(211,211,211,0.50);
  margin: -81px auto 50px;
  max-width: 760px;
}

footer.main-footer .container,
footer.main-footer .container div {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

footer.main-footer h3 nav#nav-below {
  margin: -81px auto 0;
  max-width: 760px;
}

footer.main-footer a.page-numbers,
footer.main-footer span.page-numbers {
  display: none;
}

h3.pagination-wrapper {
  margin-bottom: -80px;
  position: relative;
  top: -60px;
}

footer.main-footer a.page-numbers.next,
footer.main-footer a.page-numbers.prev {
  color: #000;
  display: inline-block;
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1px;
}

footer.main-footer a.page-numbers.next {
  float: left;
}

footer.main-footer a.page-numbers.prev {
  float: right;
}

footer.main-footer div.nav-previous,
footer.main-footer div.nav-next {
  display: inline-block;
}

footer.main-footer h3 div.title-previous,
footer.main-footer h3 div.title-next {
  display: inline-block;
  margin-top: -60px;
  text-transform: uppercase;
}

footer.main-footer h3 div.title-previous {
  margin-left: 14.5px;
  max-width: 43%;
  text-align: left;
}

footer.main-footer h3 div.title-next {
  margin-right: 14.5px;
  max-width: 43%;
  text-align: right;
}

footer.main-footer h3 div.title-previous a,
footer.main-footer h3 div.title-next a{
  color: #000;
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

footer.main-footer div.nav-previous a,
footer.main-footer div.nav-next a{
  color: #000;
  font-family: 'proxima-nova','helvetica',sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1px;
}

footer.main-footer div.nav-previous {
  float: left;
}

footer.main-footer div.nav-next {
  float: right;
}

footer.main-footer h3 div.title-previous {
  float: left;
  margin-left: 17px;
}

footer.main-footer h3 div.title-next {
  float: right;
  margin-right: 17px;
}

section.subscribe {
  text-align: center;
  margin-top: 204px;
}

section#content article#post-0 header.header {
  display: block;
  position: relative;
}

section#content article#post-0 header.header h4.entry-title,
section#content article#post-0 header.header button.homeButton {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 760px;
}

section#content article#post-0 header.header button.homeButton {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  font-family: 'proxima-nova','helvetica',sans-serif;
  height: 40px;
  letter-spacing: 1.2px;
  margin: 15px auto 0;
  width: 100px;
}

section#content article#post-0 header.header button.homeButton:focus {
  outline: 0;
}

/* --------------------- */
/* ----MEDIA QUERIES---- */
/* --------------------- */


@media screen and (max-width: 767px) {
  div.container-fluid {
    overflow-x: hidden;
  }

  /*MOBILE HEADER*/
  header{
    padding-bottom: 20px;
    z-index: 50;
  }

  header div.container,
  header div.logo-wrapper,
  header div.logo-wrapper nav,
  header div.logo-wrapper nav div.container-fluid,
  header div.logo-wrapper nav div.container-fluid .navbar-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  header ul{
    margin: 15px auto 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  header ul#menu-main:after {
    background-color: #000;
    color: #000;
    content: '';
    height: 1px;
    width: 150px;
  }

  header ul li{
    display: block;
    margin: 6px auto;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
  }

  header ul li a:focus {
    color: #000;
  }

  header ul li:first-child, 
  header ul li:last-child {
    text-align: center;
  }

  header ul li:last-child {
    padding-right: 0;
  }

  header ul li a,
  header ul li a:hover{
    font-size: 15px;
    letter-spacing: 0.65px;
    line-height: 20px;
  }

  header .logo-wrapper {
    text-align: center;
  }

  header .logo-wrapper .main-logo {
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
  }

  .navbar-header {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }

  .navbar-toggle {
    border: none;
    float: left;
    padding: 0;
    margin: 4px 0 0 0;
  }

  header .logo-wrapper .glyphicon {
    float: left;
    font-size: 20px;
    margin: 20px 0 0 20px;
    width: 25px;
  }

  header .logo-wrapper .main-logo img{
    height: 30px;
    margin: 0 0 0 -25px;
    vertical-align: top;
  }

  header .logo-wrapper .main-logo h1{
    font-size: 30px;
    height: 30px;
    line-height: initial;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-weight: 600;
  }

  /*MOBILE BLOG STYLES*/
  section#content {
    margin-top: 72px;
  }

  section#content article {
    margin-left: -30px;
    width: 100vw;
  }

  section#content article .article-excerpt {
    padding: 15px;
    text-align: center;
  }

  section#content article .article-summary-block {
    display: block;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  section#content article .article-summary-block img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    position: relative;
  }

  section#content article .article-summary-block img:hover{
    opacity: 1;
  }

  section#content article .article-summary-block .summary-text{
    padding-top: 20px;
  }

  section#content article .article-summary-block .full-text {
    padding-top: 23px;
  }

  section#content article .article-summary-block .summary-text h1,
  section#content article .article-summary-block .full-text h1 {
    font-size: 30px;
    line-height: 1.2em;
    padding: 0 30px;
  }

  section#content article .article-summary-block .full-text h1 {
    margin-bottom: 0;
  }

  section#content article .article-summary-block .summary-text h3 {
    font-size: 16px;
    line-height: 0.8em;
    padding: 0 15px;
  }

  section#content article .article-summary-block .full-text h3 {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 10px;
    padding: 0 30px;
  }

  section#content article .article-summary-block .summary-text p {
    font-size: 12px;
  }

  section#content article .article-excerpt p, section#content article .article-excerpt p a {
    font-size: 16px;
    margin-bottom: 20px;
  }

  section#content article .article-excerpt {
    padding-top: 0;
  }

  section#content article .article-excerpt h2 {
    font-size: 25px;
    line-height: 1.5em;
  }

  section#content article .article-excerpt h2 {
    
  }

  section#content article .article-excerpt p,
  section#content article .article-excerpt p a {
    text-align: left;
  }

  section#content article .article-excerpt p img {
    width: 100vw;
    height: auto;
    margin: 0 -20px 31px -15px;
  }

  section#content article footer.article-excerpt-footer {
    margin: -20px auto 0;
    padding: 15px;
  }
  
  h3.pagination-wrapper {
    margin-bottom: -40px;
    top: -60px;
  }

  section#content div.container div.col-sm-12:last-child article footer.article-excerpt-footer:after {
    width: 0;
  }

  section#content article footer.article-excerpt-footer p:first-child {
    margin-top: 5px;
  }
  
  section#content article footer.article-excerpt-footer:after {
    margin: 0px auto 60px;
    margin-left: -100px;
    width: 760px;
    max-width: 760px;
  }

  form, 
  input {
    margin: 0 auto;
    max-width: 300px;
  }

  h2.subscribeHeader {
    font-size: 24px;
  }

  h4.subscribeTag {
    font-size: 15px;
  }

  section.subscribe {
    margin-top: 72px;
  }

  footer.main-footer {
    margin-bottom: -20px;
  }

  footer.main-footer div.nav-previous a,
  footer.main-footer div.nav-next a {
    font-size: 12px;
  }

  footer.main-footer h3 div.title-previous {
    margin-left: 14.5px;
    max-width: 43%;
    text-align: left;
  }

  footer.main-footer h3 div.title-next {
    margin-right: 14.5px;
    max-width: 43%;
    text-align: right;
  }

  footer.main-footer h3 div.title-previous a,
  footer.main-footer h3 div.title-next a {
    font-size: 14px;
  }

  /* MOBILE SAFARI FIXES */
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    footer.main-footer a.page-numbers.next, footer.main-footer a.page-numbers.prev {
      margin-top: 60px;
    }
  }


}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section#content article .article-summary-block .summary-text {
    padding-top: 35px
  }

  section#content article .article-summary-block .summary-text h1{
    font-size: 46.5px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  header ul li{
    max-width: 215px;
  }
}