/* ------------------------------------------------------------------------------

  Template Name: Larry.
  Description: Larry. - Personal Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
      3.1 Magnific popup
  4.  About
  5.  Services
  6.  Portfolio
  7.  Reviews

      7.1 Owl Carousel

  8.  Contacts
  9.  Blog
  10.  Footer
  11. Modals
  12. Responsive styles
      12.1 Min width 768px
      12.2 Min width 992px
      12.4 Min width 1200px
  13. Switcher

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');

html{
  font-size: 87%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.62;
  color:#767676;
  overflow-x:hidden;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #cc4277;
}

::selection{
  background-color:#cc4277;
  color:#fff;
}

-webkit-::selection{
    background-color:#cc4277;
    color:#fff;
}

::-moz-selection{
    background-color:#cc4277;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cc4277;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* 1.3 Typography */



h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.2;
  margin:0 0 0.3em;
  color:#3d3d3d;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #343434;
  margin-bottom: 0.5em;
}

h2 a,
.h2 a{
  color:inherit;
  text-decoration:none;
}

.sticky h2 a{
	color:#cc4277;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35em;
  line-height: 1.25;
  font-weight: 700;
  color:#343434;
  margin-top: 1em;
  margin-bottom: 0.8em;
}

h3 a,
.h3 a{
  color:inherit;
  text-decoration:none;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  line-height:1.4;
  font-weight: 700;
  color:#343434;
  margin:0;
}

h5,
.h5{
	font-size: 1.15em;
}

h6,
.h6{
	font-size: 1em;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

.inline-list li{

  margin-right: 20px;
}

ol li,
ul li{
  margin-top: 10px;
}

p{ 
  margin:0 0 1em 0;
}

a {
  color:#cc4277;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#cc4277;
  outline: none;
}

a:focus{
  text-decoration: none;
}

blockquote {
   border: 0 solid #1a1a1a;
   border-left-width: 3px;
   color: #686868;
   font-size: 1.1875rem;
   line-height: 1.4;
   margin: 0 0 1.4em;
   overflow: hidden;
   padding: 0 0 0 1.2em;
}

blockquote,
q{
   quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
}

blockquote p {
   margin-bottom: 1.4em;
}

blockquote cite,
blockquote small {
   color: #1a1a1a;
   display: block;
   font-size: 1rem;
   line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
   content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
   font-style: normal;
}

blockquote strong,
blockquote b {
   font-weight: 400;
}

blockquote > :last-child {
   margin-bottom: 0;
}

table,
th,
td {
   border: 1px solid #d1d1d1;
}

table {
   border-collapse: separate;
   border-spacing: 0;
   border-width: 1px 0 0 1px;
   margin: 0 0 1.75em;
   table-layout: fixed;
   /* Prevents HTML tables from becoming too wide */
   width: 100%;
}

caption,
th,
td {
   font-weight: normal;
   text-align: left;
}

th {
   border-width: 0 1px 1px 0;
   font-weight: 700;
}

td {
   border-width: 0 1px 1px 0;
}

th,
td {
   padding: 0.4375em;
}

img{
   max-width:100%;
   height:auto;
}

/* 1.4 Fields */



input:not([type="submit"]),
input:not([type="button"]),
textarea,
select{
  font-size: 1em;
  color: #9F9F9F;
  border-radius: 0;
  padding: 1.2em 1.4em 0.7em;
  width:100%;
  border-width: 0  0 1px 0;
  border-bottom:1px solid #e3e3e3;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

input:not([type="submit"]):focus,
input:not([type="button"]):focus,
textarea:focus,
select:focus {
  border-color: #cc4277;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

select{
   padding:0;
}

textarea{
  padding-top: 1em;
  height: 7em;
  resize:none;
}

::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9F9F9F;
}

::-webkit-input-placeholder {
  color: #9F9F9F
}

.error{
  border-color: #cc4277;
}

.input-group-btn{
  font-size: inherit;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


label.error{
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
  margin:10px 20px 0;
  color: #cc4277;
}

.post-password-form label {
   display:block;
   color: #686868;
   text-transform: uppercase;
}

.post-password-form input[type="password"] {
   margin-top: 0.8em;
   display:block;
   width:17em;
}

.post-password-form input[type="submit"]{
	width:20em;
	margin-top:1em;
}

.post-password-form > :last-child {
   margin-bottom: 0;
}

.search-form {
   position: relative;
}

.search-submit{
   position:absolute;
   right:0;
   top:1.5em;
   width:auto;
   height:auto;
   background:none;
   border:0;
   padding:0;
   color:#3d3d3d;
}

.search-submit:focus{
	outline:none;
}

/* 1.5 Buttons */



.btn,
button,
input[type="submit"]{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: inline-block;
  background:#cc4277;
  border:2px solid #cc4277;
  padding:1.4em 3.5em 1.4em;
  border-radius: 0;
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#cc4277;
  background-color:transparent;
  color: #cc4277;
}

.btn-b-primary{
  border-color:#cc4277;
  color: #cc4277;
  background-color:transparent;
}

.btn-b-primary:hover{
  background:#cc4277;
  color: #fff;
}

.btn-b-white{
  border-color:#fff;
  background-color:transparent;
}



/* 1.6 Icons */



.icon{
  font-size: 3em;
  line-height: 1;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#343434;
}

.text-primary{
  color:#cc4277;
}



/* 1.8 Backgrouns */



.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-dark{
  background-color: #282828;
}

.bgc-primary{
  background-color:#cc4277;
}



/* 1.9 Content styles */


.error404 .opener{
  color:#3d3d3d;
  padding:7em 0;
}

.error404 .opener h1{
  margin-bottom:0;
  color:#313131;
}

.error404 .opener .lead{
  margin-bottom:0;
  font-size:1em;
}

.error404 .opener .lead-text{
  margin-bottom:0;
}

.layout{
  overflow: hidden;
}

.page-title{
  margin-top: 3em;
  color: #3d3d3d;
  margin-bottom: 0.6em;
}

.row-columns{
  margin-top: -4em;
}

.column{
  margin-top: 4em;
}

.row-padding{
  margin-left: -2em;
  margin-right: -2em;
}

.col-padding{
  padding-left: 2em;
  padding-right: 2em;
}

.section{
  padding: 7em 0;
}

.section-sm{
  padding: 4em 0;
}

.section-body{
  margin-top: 6.5em;
}

.section-body-sm{
  margin-top: 1em;
}

.section-title{
  margin-top: 0;
}

.section-buttons .btn{
  margin:0 0.7em;
}

.lead-text{
  font-size: 1.25em;
  line-height: 1.7em;
  margin-top: 0;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
 background-color: rgba(0,0,0,0.5);
}

.rel-1{
  position: relative;
  z-index: 1;
}

.mobile *{
  background-attachment: scroll!important;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/


 
.navbar{
  position:absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:1.1em 0 1.1em;
  margin:0;
  border:0;
  border-radius: 0;
  background-color: #282828;
}

.navbar-header{
  margin-left: 0!important;
}

.navbar-toggle{
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-toggle .icon-bar{
  background-color: #cc4277;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.navbar .navbar-collapse{
  border-top: 0;
  box-shadow: none;
}

@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}



/* 2.1 Brand */



.brand{
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-text{
  display: inline-block;
  margin-top: 0.2em;
  color: #fff;
  font-style: italic;
  font-size: 1.1em;
}



/* 2.2 Navigation */



.navbar-nav{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 0.7em;
  margin:0;
}

.navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #fff;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:background-color 0.3s;
  -o-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
  background-color: #cc4277;
}


.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.navbar-nav li li a .fa{
  margin-right: 10px;
}

.navbar-nav li:hover{
  z-index: 1;
}

.navbar-nav li ul{
  position:absolute;
  left:-1.3em;
  top:100%;
  visibility:hidden;
  opacity:0;
  list-style:none;
  padding:0;
  background:#282828;
  min-width:15em;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.navbar-nav li:hover > ul{
  opacity: 1;
  visibility:visible;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.navbar-nav li ul ul{
	left:100%;
	top:0;
}


/* 2.3 Affix */



.navbar.affix{
  position: fixed;
}

.navbar.affix .navbar-toggle{
  margin-top: 0;
}


/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;
  background-size: cover;
}


.opener{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 10em 0 9em;
  width: 100000px;
  height: 100vh;
}

.opener h1{
	color:#fff;
	font-size:4.5em;
}

.control{
  margin-top:2.2em;
}

.masthead .btn:hover,
.masthead .btn:focus{
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}



/* 3.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.skills-bar{
  margin-top: 4em;
}

.progress{
  overflow: visible;
  height: 0.5em;
  margin-bottom: 2.7em;
  border-radius: 0;
}

.progress-bar-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 0.5em;
}

.progress-bar{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background-color: #cc4277;
  color: #343434;
} 

.progress-bar span {
  position: absolute;
  top: -30px;
  right: 0px;
}



/* ------------------------------------------------------------------------------- */
/*  5. Services
/* ------------------------------------------------------------------------------- */



.services .column{
  text-align: center;
}

.services .column h4{
  margin:1em 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Portfolio
/* ------------------------------------------------------------------------------- */



.filter{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size:0.75em;
  letter-spacing: 0.2em;
  margin:4em 0 4em;
}

.filter li{
  margin:1em 0 0;
  display: inline-block;
  text-transform: uppercase;
}

.filter li a{
  color:#4b4b4b;
  padding:1em 1.4em;
  border:2px solid transparent;
}

.filter li a:hover{
  color:#cc4277;
  text-decoration: none;
}
.filter .active a{
  color: #343434;
  text-decoration: none;
  border:2px solid #343434;
}

.isotope .isotope-item{
  padding:15px;
  width:100%;
}

.isotope-padding{
  padding-bottom: 15px;
}

.isotope-padding .isotope-item{
  padding:15px;
}

.isotope-space .isotope-item{
  padding:4em 2em 0;
}

.showcase-item{
  position: relative;
  color: #fff;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  opacity: 0;
  color: #fff;
  background-color:#cc4277;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 20px;
  opacity: 0;
  width: 100%;
  padding: 0 2em;
  text-align:center;
  -webkit-transform:translateY(-50%));
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition: all  0.3s ease-in;
  -ms-transition:  all  0.3s ease-in;
  transition:  all  0.3s ease-in;
}

.showcase-item-category{
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size:1.7em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.showcase-item-title{
  font-size: 1.2em;
}

.showcase-item:hover .showcase-item-hover {
  opacity: 0.9;
}

.showcase-item:hover .showcase-item-info{
  opacity: 1;
  left:0;
}



/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */



/* 7.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2em;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 0.6em;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#cc4277;
}



/* ------------------------------------------------------------------------------- */
/*  8. Contacts
/* ------------------------------------------------------------------------------- */


.contacts.section{
  padding-bottom:2em;
}

.contact-line{
  margin-bottom:3em;
  font-size: 0.9em;
}

.contact-line .icon{
  font-size: 2.5em;
}

div.wpcf7-validation-errors{
	border: 2px solid #cc4277;
    background: #cc4277;
    color: #fff;
	margin-left:0;
}
span.wpcf7-not-valid-tip{
	color: #cc4277;
    display: block;
    font-size: 0.9em;
    margin: 0.5em 0 0 1.5em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
}

/* ------------------------------------------------------------------------------- */
/*  9. Blog
/* ------------------------------------------------------------------------------- */



.entry-content > :last-child, 
.entry-summary > :last-child, 
body:not(.search-results) 
.entry-summary > :last-child, 
.page-content > :last-child, 
.comment-content > :last-child, 
.textwidget > :last-child{
   margin-bottom:0;
}

.primary > article{
  margin-bottom:5em;
}

.post-meta{
	padding:0;
	list-style:none;
	margin:1.8em 0;
}

.post-controls{
	clear:left;
}

.post-share{
	float:left;
}

.entry-comment{
	float:right;
	margin-top:0.6em;
}

.btn-post-read{
   margin-top:1.5em;
}

/* Breadcrumbs */


.breadcrumbs{
  font-size: 0.9em;
  margin-top:0;
  padding-bottom:1.4em;
  padding-left:0;
  list-style:none;
}

.breadcrumbs ul{
   padding-left:0;
  list-style:none;
}
.breadcrumbs li{
  float:left;
  margin-right:0.5em;
  margin-top:1.4em;
}

.breadcrumbs li a{
  color:inherit;
  text-decoration:none;
}

.breadcrumbs a:hover,
.breadcrumbs .active a{
  color:#cc4277;
}

.breadcrumbs li{
   float:left;
}

/* Pagination */

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
	background-color: #cc4277;
    border-color:  #cc4277;
}


.pagination>li>a, .pagination>li>span{
	color:inherit;
}

.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
	color:#cc4277;
}

/* Widgets */


.widget{
   margin-bottom:2.5em;
}

.widget:last-child{
   margin-bottom:0;
}

.widget .widget-title {
   margin-top:0;
   margin-bottom: 1.3125em;
}

.widget input, .widget select{
   width:100%;
}

.widget ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories{
   margin-bottom:0;
   list-style:none;
   padding-left:0;
}

.larry_Recent_posts li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives  li,
.wp-block-categories li{
   margin-top:0.5em;
list-style:none;
}

.larry_Recent_posts li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.wp-block-latest-posts li a,
.wp-block-archives  li a,
.wp-block-categories li a{
   color:#767676;
}

.larry_Recent_posts li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_comments li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-archives  li a:hover,
.wp-block-categories li a:hover{
   color:#cc4277;
   text-decoration:none;
}

.widget_archive li ul,
.widget_categories li ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_recent_entries li ul,
.widget_nav_menu li ul{
   margin-left:1.5em;
}


/* Widget recent post */


.post-info{
    font-size: 0.85em;
    color: #a8a8a8;
}



/* RSS widget */


.widget_rss li {
    margin-bottom: 2em;
}

.widget_rss .rss-date,
.widget_rss cite {
   display: block;
   color: #686868;
   margin-bottom: 0.6em;
}



/* Tag Cloud widget */



.tagcloud a {
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   display: inline-block;
   background:#eeeeee;
   line-height: 1;
   margin: 0 0.2em 0.4em 0;
   padding: 0.56em 0.43em 0.5em;
   text-decoration:none;
   color:inherit;
}

.tagcloud a:hover,
.tagcloud a:focus {
   border-color: #cc4277!important;
   color: #cc4277!important;
   background:#fff;
}



/* Calendar widget */



.widget.widget_calendar table {
   margin: 0;
}

.widget_calendar td,
.widget_calendar th {
   line-height: 2.5625;
   padding: 0;
   text-align: center;
}

.widget_calendar caption {
   font-weight: 900;
   margin-bottom: 1.75em;
}

.widget_calendar tbody a {
   background-color: #cc4277!important;
   color: #fff;
   display: block;
   font-weight: 700;
}



/* Comments */



.comment-list{
   padding:0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
   font-size: 23px;
   font-size: 1.4375em;
   font-weight: 700;
   line-height: 1.3;
   padding-top: 1.2em;
   margin-bottom:1.5em;
}

.comments-title {
   margin-bottom: 1.2em;
}

.comment-list {
   list-style: none;
   margin: 0;
}

.comment-list article{
   border-top: 1px solid #d1d1d1;
   padding: 1.75em 0;
}

.comment-list .children {
   list-style: none;
   margin: 0;
}

.comment-list .children > li {
   padding-left: 0.875em;
}

.comment-author {
   color: #1a1a1a;
   margin-bottom: 0.4375em;
}

.comment-author .avatar {
   float: left;
   height: 28px;
   margin-right: 0.875em;
   position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
   content: "\f304";
   left: 3px;
   position: relative;
   top: 5px;
}

.comment-metadata,
.pingback .edit-link {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
}

.comment-metadata {
   margin-bottom: 2.153em;
}

.comment-metadata a,
.pingback .comment-edit-link {
   color: #686868;
}


.comment-metadata .edit-link,
.pingback .edit-link {
   display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
   content: "\002f";
   display: inline-block;
   opacity: 0.7;
   padding: 0 0.5em;
}

.comment-content ul,
.comment-content ol {
   margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
   margin-bottom: 0;
}

.comment-reply-link {
   border: 1px solid #cc4277;
   border-radius: 2px;
   color: #cc4277;
   display: inline-block;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1;
   margin-top: 2.16em;
   padding: 0.5em 0.5em 0.44em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
   background-color: #cc4277;
   color: #fff;
   outline: 0;
   text-decoration:none;
}

.comment-form {
   padding-top: 1.75em;
}

.comment-form label {
   color: #686868;
   display: block;
   font-size: 13px;
   font-size: 0.8125rem;#D1D1D1
   line-height: 1.6153846154;
   margin-bottom: 0.5384615385em;
   text-transform: uppercase;
}

.comment-list .comment-form {
   padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin-bottom: 2.1538461538em;
}

.no-comments {
   border-top: 1px solid #d1d1d1;
   font-weight: 700;
   margin: 0;
   padding-top: 1.75em;
}

.comment-navigation + .no-comments {
   border-top: 0;
   padding-top: 0;
}

.form-allowed-tags code {
   font-family: Inconsolata, monospace;
}

.comment-reply-title small {
   font-size: 100%;
}

.comment-reply-title small a {
   border: 0;
   float: right;
   height: 32px;
   overflow: hidden;
   width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
   color: #1a1a1a;
}

.comment-reply-title small a:before {
   content: "\f405";
   font-size: 32px;
   position: relative;
   top: -5px;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  padding:2em 0;
  margin-top:5em;
}

.footer .copy{
  margin-top: 1em;
}

.social a{
  font-size: 1.3em;
  display: inline-block;
  padding: 1px;
  margin:0 15px;
  color: #fff;
}

.social a:hover{
  color: #cc4277;
  text-decoration: none;
}


/* ------------------------------------------------------------------------------- */
/*  11. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  text-align: center;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border-radius: 0;
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  padding: 3em 1em;
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-weight: 100;
  line-height: 1;
  color:#9F9F9F;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #cc4277;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 2em;
}

.modal-title{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8em;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding: 0 3.8em 3em;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Min width 768px */



@media (min-width: 768px){


  html{
    font-size: 94%;
  }



  /* Portfolio */



  .isotope .isotope-item{
    width: 50%;
  }


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 28em;
  }
}



/* 12.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 105%;
  }

  .text-right-md{
    text-align:right;
  }

  .text-left-md{
    text-align:left;
  }



  /* Navigation */


  .navbar{
	  padding-bottom:0;
  }
  
  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 3em;
  }
  
  .navbar-nav > li > a{
	      margin-bottom: 2em;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    color:#fff;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
    color: #ef4c8b;
  }

  /* Footer */



  .footer .copy{
    margin-top: 0;
  }

}


